Skip to content

Commit

Permalink
In desktop there is always a scroll so lateral-menu icons are always …
Browse files Browse the repository at this point in the history
…in the same place
  • Loading branch information
CosmeValera committed Oct 25, 2024
1 parent 073e3c2 commit 2106c86
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sass/_responsive.scss
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down Expand Up @@ -79,7 +85,7 @@ body {
.filter-buttons {
.filter-button {
&:hover {
color: black; /* Computer: filters have a hover blue */
color: black;
}
}
}
Expand Down

0 comments on commit 2106c86

Please sign in to comment.