From 6fb39572650c9708df752a04ca38320301b85c8e Mon Sep 17 00:00:00 2001 From: Yehonal Date: Wed, 29 Aug 2018 19:48:56 +0200 Subject: Avoid scrolling bar when not needed --- _sass/style.scss | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/_sass/style.scss b/_sass/style.scss index 31c7915..c40fd08 100644 --- a/_sass/style.scss +++ b/_sass/style.scss @@ -105,11 +105,12 @@ img { } header { - width:270px; - float:left; - position:fixed; - -webkit-font-smoothing:subpixel-antialiased; - overflow-y: scroll; + width: 272px; + float: left; + position: fixed; + -webkit-font-smoothing: subpixel-antialiased; + overflow-y: auto; + overflow-x: auto; max-height: 100%; } -- cgit