mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
web/timeline: don't allow confirmation modals to overflow
This commit is contained in:
parent
65234a8214
commit
97b9f3248f
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ div.confirm-message-modal {
|
||||||
margin: .5rem 0;
|
margin: .5rem 0;
|
||||||
padding-left: .5rem;
|
padding-left: .5rem;
|
||||||
border-left: 2px solid #ccc;
|
border-left: 2px solid #ccc;
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
> div.timeline-event {
|
> div.timeline-event {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue