Fix scroll on local toctree
This commit is contained in:
parent
b8288b7fd1
commit
d1b74862fc
@ -244,8 +244,10 @@ header.o_main_header{
|
||||
top: $o-header-height;
|
||||
right: 0;
|
||||
width: $o-on-page-width;
|
||||
height: calc(100% - #{$o-header-height});
|
||||
height: 100%;
|
||||
max-height: calc(100vh - #{$o-header-height});
|
||||
padding: 3rem 3rem 3rem 0;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
h3 {
|
||||
|
Loading…
Reference in New Issue
Block a user