mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
web/lightbox: fix scrollbars
Signed-off-by: Sumner Evans <me@sumnerevans.com>
This commit is contained in:
parent
f79678a87f
commit
74362179b8
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ div.overlay {
|
||||||
}
|
}
|
||||||
|
|
||||||
> div.modal-box-inner {
|
> div.modal-box-inner {
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue