fix: listwrapper main menu dektop alignment

This commit is contained in:
Chuma McPhoy
2024-06-19 09:51:17 +02:00
committed by Michael Zetterberg
parent 0d6498c654
commit be90a7b929

View File

@@ -258,9 +258,6 @@
align-items: center; align-items: center;
} }
.listWrapper {
}
.mainMenu { .mainMenu {
box-shadow: none; box-shadow: none;
background-color: hsla(0, 0%, 100%, 0.95); background-color: hsla(0, 0%, 100%, 0.95);
@@ -295,6 +292,8 @@
padding-top: 0; padding-top: 0;
position: static; position: static;
width: 100%; width: 100%;
padding-bottom: 20px;
height: 100%;
} }
.listWrapper.isOpen { .listWrapper.isOpen {