size site menu observer relative to body

This commit is contained in:
elisejakob
2024-07-07 13:32:27 +02:00
parent e90708c59f
commit 53f8d03f27

View File

@ -25,6 +25,8 @@ body {
font-weight: 400;
line-height: 1.5;
position: relative;
@media (max-width: 1000px) {
&.hideScroll {
overflow: hidden;