Skip to content

Commit 05b31ce

Browse files
committed
refactor: change sidebar position to absolute and remove mobileNavMenu styles
1 parent 11d44c0 commit 05b31ce

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/styles/components/SideBar/SideBar.module.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,13 @@
3737
display: none;
3838
}
3939
.sidebar {
40-
position: fixed;
40+
position: absolute;
4141
top: var(--navbar-mobile-height);
4242
right: 0;
4343
bottom: 0;
4444
background-color: var(--background-color-primary);
4545
z-index: 1;
4646
border-left: 1px solid var(--border-color-opaque);
4747
height: calc(100vh - var(--navbar-mobile-height));
48-
padding-bottom: 1rem;
4948
}
5049
}

src/styles/globals/index.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
@use './elements';
22
@use './common';
33
@use './closeButton';
4-
@use './mobileNavMenu';

src/styles/globals/mobileNavMenu.scss

Whitespace-only changes.

0 commit comments

Comments
 (0)