Prevent horizontal overflow on all pages
This commit is contained in:
parent
572185b9de
commit
58ce457c7f
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user