Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Web
community
Commits
58a78648
Commit
58a78648
authored
Jun 03, 2019
by
Antonela
Browse files
make subnav sticky
we should review small devices
parent
924293c7
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
assets/scss/_tor.scss
View file @
58a78648
...
...
@@ -259,6 +259,12 @@ mark, .mark {
padding
:
1rem
;
}
.sticky
{
position
:
sticky
;
top
:
110px
;
z-index
:
99
;
}
/*
* Sidebar
*/
...
...
assets/static/bootstrap.css
View file @
58a78648
...
...
@@ -10217,6 +10217,12 @@ mark, .mark {
padding
:
1rem
;
}
.sticky
{
position
:
sticky
;
top
:
110px
;
z-index
:
99
;
}
/*
* Sidebar
*/
...
...
assets/static/bootstrap.css.map
View file @
58a78648
This diff is collapsed.
Click to expand it.
templates/pagenav.html
View file @
58a78648
<div
class=
"container-fluid
border-bottom border-light"
>
<div
class=
"container-fluid border-bottom border-light
bg-white sticky
"
>
<div
class=
"row flex-xl-nowrap {{ bag('alternatives', this.alt, 'order') }}"
>
<div
class=
"row col-12 justify-content-center"
>
<ul
class=
"nav"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment