Skip to content

Commit

Permalink
Make toolbar sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
TheZoker authored Jan 17, 2023
1 parent da04560 commit bb5a266
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion resources/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,18 @@ label.label {
opacity: 0;
}

.menu-bar {
position: sticky;
top: 58px;
z-index: 100;
}

@screen md {
.menu-bar {
top: 63px;
}
}

.open-sans {
font-family: -apple-system, BlinkMacSystemFont, 'Open Sans', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
Expand Down Expand Up @@ -159,4 +171,4 @@ label.label {
@apply mt-4 mb-4;
border-top: 2px solid #e6e6e6;
}
}
}

0 comments on commit bb5a266

Please sign in to comment.