Fix scroll on local toctree

This commit is contained in:
Elisabeth Dickinson 2021-03-08 10:57:11 +01:00
parent b8288b7fd1
commit d1b74862fc

View File

@ -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 {