diff options
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/assets/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/assets/style.css b/src/main/assets/style.css index b182bdbd..c8d849c6 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -1002,6 +1002,8 @@ article p { left: 0; top: 66px; width: 240px; + height: 100%; + overflow-y: auto; } #header_wrapper, .footer_container { |