mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-28 17:45:50 +08:00
style: add overflow-y on all modals
This commit is contained in:
parent
ecfbe3a290
commit
c124f9bd67
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@
|
|||
max-height: 100%;
|
||||
max-width: 300px;
|
||||
color: var(--text-color);
|
||||
overflow-y: scroll;
|
||||
@extend .ffscroll;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue