diff --git a/src/main/resources/templates/other/compare.html b/src/main/resources/templates/other/compare.html index b59ee192..d8e77e98 100644 --- a/src/main/resources/templates/other/compare.html +++ b/src/main/resources/templates/other/compare.html @@ -12,12 +12,14 @@

-
+

+ +

Document 1

@@ -32,12 +34,25 @@ .result-column { border: 1px solid #ccc; padding: 15px; - overflow-y: scroll; - height: 400px; + overflow-y: auto; + height: calc(100vh - 400px); white-space: pre-wrap; }