From 2106c864f09af16494c6e75bbe22eb88a9e0a964 Mon Sep 17 00:00:00 2001 From: Cosme Valera Reales Date: Fri, 25 Oct 2024 21:07:15 +0200 Subject: [PATCH] In desktop there is always a scroll so lateral-menu icons are always in the same place --- sass/_responsive.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sass/_responsive.scss b/sass/_responsive.scss index 55f1c93..a2d0b7b 100644 --- a/sass/_responsive.scss +++ b/sass/_responsive.scss @@ -1,3 +1,9 @@ +@media screen and (min-width: $break-medium) { + html { + overflow-y: scroll; + } +} + body { @media screen and (min-width: $break-medium) { .lateral-menu { @@ -79,7 +85,7 @@ body { .filter-buttons { .filter-button { &:hover { - color: black; /* Computer: filters have a hover blue */ + color: black; } } }