mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 02:03:40 -05:00
web/modal: fix scrollbars (#606)
Signed-off-by: Sumner Evans <me@sumnerevans.com>
This commit is contained in:
parent
5da85acfe0
commit
b3b255e71c
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ div.overlay {
|
|||
}
|
||||
|
||||
> div.modal-box-inner {
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue