diff --git a/slt/css/layout/_topmenu.scss b/slt/css/layout/_topmenu.scss index b86e283..ef6bcae 100644 --- a/slt/css/layout/_topmenu.scss +++ b/slt/css/layout/_topmenu.scss @@ -7,7 +7,7 @@ @include abstract.for-desktop { display: flex; - width: 100vw; + width: 100%; font-weight: bold; text-align: center; @@ -156,8 +156,8 @@ @include abstract.for-desktop { position: sticky; top: 0; - width: 100vw; - height: 40px; + width: 100%; + // height: 40px; z-index: 1; } }