From ade1a339c18516fe8161a97cf14f2741ed461769 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 28 Apr 2020 15:19:00 +0300 Subject: Overflow for desktop sidebar (this also fixes blurry fonts) --- src/main/assets/style.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/assets/style.css') 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 { -- cgit v1.2.3