By Jarook on Saturday, 02 September 2017
Posted in General Issues
Replies 3
Likes 0
Views 460
Votes 0
Can I keep this menu as fixed with Docker while scrolling down?
See the screen shot.
Hey Jarook,

I am really sorry for the delay of this reply as it is a weekend for us here. This is not possible out of the box but you could add some custom css codes to make this happen,

[gist]
body.has-docker > nav.navbar {
position: fixed;
width: 100%;
top: 40px;
margin-top: 0 !important;
height: 52px !important;
z-index: 99;
}
[/gist]
·
Saturday, 02 September 2017 14:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank u.
It looks smart now.
·
Saturday, 02 September 2017 23:41
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Sunday, 03 September 2017 01:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post