navbar is now always at the top

This commit is contained in:
Данил 2022-10-12 11:13:07 +03:00
parent 6028d97a8a
commit 5f59d3352c

View file

@ -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;
}