Prevent horizontal overflow on all pages
This commit is contained in:
parent
572185b9de
commit
58ce457c7f
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
@include abstract.for-desktop {
|
@include abstract.for-desktop {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100vw;
|
width: 100%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
@ -156,8 +156,8 @@
|
|||||||
@include abstract.for-desktop {
|
@include abstract.for-desktop {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100vw;
|
width: 100%;
|
||||||
height: 40px;
|
// height: 40px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user