mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 23:35:38 +02:00
refactor(frontend): refactor page styles
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user