Only sticky TOC has limited height

This commit is contained in:
Anna Dabrowska 2020-01-22 12:53:49 +01:00
commit 82d1213b18

View file

@ -41,6 +41,11 @@
border-radius: 0 0 @ini_default_border_radius @ini_default_border_radius; border-radius: 0 0 @ini_default_border_radius @ini_default_border_radius;
} }
.meta-content .tab-pane.active {
max-height: 80vh;
overflow: auto;
}
} }
+ .msg-area + a { + .msg-area + a {
@ -210,8 +215,6 @@
&.active { &.active {
display: block; display: block;
max-height: 80vh;
overflow: auto;
} }
a { a {