From dd78e1d1b49e7a011bee241d2cb087515640b746 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Wed, 29 Aug 2018 19:40:06 +0200 Subject: Fixed not scrollable header on small screens or long menu --- _sass/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_sass/style.scss b/_sass/style.scss index bfec0f0..31c7915 100644 --- a/_sass/style.scss +++ b/_sass/style.scss @@ -109,6 +109,8 @@ header { float:left; position:fixed; -webkit-font-smoothing:subpixel-antialiased; + overflow-y: scroll; + max-height: 100%; } header .downloads { -- cgit