diff options
Diffstat (limited to 'spring-front/src/index.css')
-rw-r--r-- | spring-front/src/index.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spring-front/src/index.css b/spring-front/src/index.css index 9715148..732a794 100644 --- a/spring-front/src/index.css +++ b/spring-front/src/index.css @@ -49,6 +49,7 @@ pre,textarea,code { margin: 0px; border: 0px; padding: 0px; + overflow-y: scroll; } #editor, #highlight { @@ -62,6 +63,7 @@ pre,textarea,code { margin: 0px; border: 0px; padding: 0px; + overflow-y: scroll; } #editor { @@ -82,4 +84,5 @@ pre,textarea,code { direction: rtl; overflow-wrap: break-word; white-space: pre-wrap; + overflow-y: scroll; } |