[lego/master] add sticky class for nav menus

5 Sep
2019
5 Sep
'19
1:18 p.m.
commit efafbf5574417583f97edd0b0be3143a2cd1577b Author: Antonela <hola@antonela.me> Date: Thu Sep 5 09:18:14 2019 -0400 add sticky class for nav menus --- assests/scss/_tor.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assests/scss/_tor.scss b/assests/scss/_tor.scss index ff6f69a..c73909d 100644 --- a/assests/scss/_tor.scss +++ b/assests/scss/_tor.scss @@ -645,6 +645,13 @@ table { display: none !important; } +// Sticky menu +.sticky { + position: sticky; + top: 105px; + z-index: 999; +} + // Small devices (landscape phones, less than 768px) @include media-breakpoint-down(sm) { .mobile {
2131
Age (days ago)
2131
Last active (days ago)
0 comments
1 participants
participants (1)
-
antonela@torproject.org