Fixed navbar
This commit is contained in:
parent
c1dc76a3c3
commit
703d27f259
1 changed files with 6 additions and 0 deletions
|
@ -82,3 +82,9 @@
|
|||
.navbar-brand {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.stick-top {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
z-index: 10000;
|
||||
}
|
||||
|
|
Reference in a new issue