Skip to content

Commit bb5a266

Browse files
authored
Make toolbar sticky
1 parent da04560 commit bb5a266

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

resources/sass/app.scss

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,18 @@ label.label {
9999
opacity: 0;
100100
}
101101

102+
.menu-bar {
103+
position: sticky;
104+
top: 58px;
105+
z-index: 100;
106+
}
107+
108+
@screen md {
109+
.menu-bar {
110+
top: 63px;
111+
}
112+
}
113+
102114
.open-sans {
103115
font-family: -apple-system, BlinkMacSystemFont, 'Open Sans', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
104116
}
@@ -159,4 +171,4 @@ label.label {
159171
@apply mt-4 mb-4;
160172
border-top: 2px solid #e6e6e6;
161173
}
162-
}
174+
}

0 commit comments

Comments
 (0)