From 0ff99a256025271e64611e399ce5a9f87bffb223 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 17 Apr 2021 10:00:41 +0200 Subject: [PATCH] update responsive design for the navigation --- assets/css/app.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/assets/css/app.scss b/assets/css/app.scss index 0e7c532..424a065 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -776,3 +776,14 @@ $links: ( border-radius: 0; } } + +@media all and (max-height: 465px) { + .wide-menu { + .navigation { + max-height: calc(100vh - 100px); + padding-top: 10px; + overflow: auto; + } + } +} +