Fixes Header Bar Behavior
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
.wrapper {
|
||||
width: 100vw;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.header {
|
||||
top: 0;
|
||||
left: 0;
|
||||
@@ -11,6 +6,7 @@
|
||||
width: 100vw;
|
||||
|
||||
background-color: #2e2e2e;
|
||||
z-index: 50;
|
||||
|
||||
height: 10vh;
|
||||
min-height: 80px;
|
||||
@@ -114,6 +110,10 @@ app-header-slider {
|
||||
max-width: 1333px;
|
||||
}
|
||||
|
||||
.slider-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.nav-links {
|
||||
all: unset;
|
||||
width: 50%;
|
||||
|
||||
Reference in New Issue
Block a user