Fix column header scrolling with the page (#11458)
Regression from aa22b38
This commit is contained in:
parent
c4043ba2f2
commit
706a48ee1f
6 changed files with 53 additions and 15 deletions
|
@ -39,7 +39,7 @@ body {
|
|||
|
||||
&.layout-single-column {
|
||||
height: auto;
|
||||
min-height: 100%;
|
||||
min-height: 100vh;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue