mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
workaround firefox layout bug:
three-line toasts get a scrollbar even if it doesn't need one and the width is not adjusted correctly when that happens
This commit is contained in:
parent
ee46f832b1
commit
f2f9640371
|
@ -69,6 +69,7 @@ html {
|
|||
#toastb {
|
||||
max-height: 70vh;
|
||||
overflow-y: auto;
|
||||
padding: 1px;
|
||||
}
|
||||
#toast.scroll #toastb {
|
||||
overflow-y: scroll;
|
||||
|
|
Loading…
Reference in a new issue