mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-04 18:53:26 +08:00
style(modal): overflow auto
This commit is contained in:
parent
e29d280ea5
commit
5990f264fb
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
max-height: 100%;
|
||||
max-width: 300px;
|
||||
color: var(--text-color);
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
@extend .ffscroll;
|
||||
|
||||
& > .title {
|
||||
|
|
Loading…
Reference in a new issue