make side-nav sticky
This commit is contained in:
parent
3f7f4632ce
commit
493718a14e
1 changed files with 3 additions and 0 deletions
|
@ -406,6 +406,9 @@ nav#side-nav {
|
|||
width: calc(30% - 10px);
|
||||
margin: 30px 0;
|
||||
box-shadow: 5px 25px 30px -25px rgba(34, 34, 34, .25);
|
||||
position: sticky;
|
||||
position: -webkit-sticky;
|
||||
top: 30px
|
||||
}
|
||||
|
||||
.side-panel {
|
||||
|
|
Loading…
Reference in a new issue