refactor(frontend): refactor page styles
This commit is contained in:
parent
16cde5568d
commit
b5f86e5210
5 changed files with 28 additions and 20 deletions
|
|
@ -184,6 +184,15 @@ rt {
|
|||
overscroll-behavior: contain;
|
||||
}
|
||||
|
||||
._pageScrollableReversed {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
overflow-y: scroll;
|
||||
overscroll-behavior: contain;
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
|
||||
._indicatorCircle {
|
||||
display: inline-block;
|
||||
width: 1em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue