mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Use display: flex
on nav
This commit is contained in:
parent
0accb080cb
commit
5d08290d04
File diff suppressed because one or more lines are too long
@ -321,7 +321,6 @@ html
|
||||
top: 0
|
||||
bottom: 0
|
||||
left: 0
|
||||
padding-bottom: 2.5em
|
||||
width: $nav-desktop-width
|
||||
overflow-x: hidden
|
||||
overflow-y: hidden
|
||||
@ -329,6 +328,8 @@ html
|
||||
color: $menu-medium
|
||||
background: $nav-background-color
|
||||
z-index: $z-index-popover
|
||||
display: flex
|
||||
flex-direction: column
|
||||
|
||||
.wy-side-scroll
|
||||
width: $nav-desktop-width + 20px
|
||||
|
Loading…
Reference in New Issue
Block a user