Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e0bb2f4

Browse files
author
Joseph Damiba
committed
revert sidebar height fixup
1 parent 241b2f3 commit e0bb2f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

all_static/css/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1645,7 +1645,8 @@ aside.\--sidebar-container {
16451645
aside.\--sidebar-container .\--sidebar-fixed {
16461646
width: 219px;
16471647
z-index: 99;
1648-
max-height: 100%;
1648+
max-height: -webkit-calc(100vh - 128px);
1649+
max-height: calc(100vh - 128px);
16491650
overflow-y: auto;
16501651
overflow-x: hidden; }
16511652
aside.\--sidebar-container .\--sidebar-fixed.affix {

0 commit comments

Comments
 (0)