Skip to content

Commit 1b99a74

Browse files
committed
navbar sticky on phones
1 parent 9f1b33c commit 1b99a74

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/user/dashboard/navigation/navigation.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,11 @@
224224
}
225225
.hide-nav {
226226
transform: translateX(-105%);
227+
}
228+
.nav-container {
229+
position: sticky;
230+
top: 0;
231+
z-index: 1020;
227232
}
228233
.nav-container .navbar{
229234
display: block;

0 commit comments

Comments
 (0)