mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-05 06:03:57 +03:00
navbar is now always at the top
This commit is contained in:
parent
6028d97a8a
commit
5f59d3352c
1 changed files with 7 additions and 0 deletions
|
@ -28,3 +28,10 @@ lottie-player {
|
|||
.modal-body p {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
z-index: 100;
|
||||
top: 0;
|
||||
}
|
Loading…
Reference in a new issue