fix(frontend): fix broken styles
This commit is contained in:
parent
260d35e2f0
commit
0471e457fe
5 changed files with 9 additions and 18 deletions
|
|
@ -179,14 +179,14 @@ rt {
|
|||
|
||||
._pageScrollable {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
overflow: clip;
|
||||
overflow-y: scroll;
|
||||
overscroll-behavior: contain;
|
||||
}
|
||||
|
||||
._pageScrollableReversed {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
overflow: clip;
|
||||
overflow-y: scroll;
|
||||
overscroll-behavior: contain;
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue