Only sticky TOC has limited height
This commit is contained in:
parent
4a3c800f62
commit
82d1213b18
1 changed files with 5 additions and 2 deletions
|
@ -41,6 +41,11 @@
|
|||
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 {
|
||||
|
@ -210,8 +215,6 @@
|
|||
|
||||
&.active {
|
||||
display: block;
|
||||
max-height: 80vh;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue