mirror of
https://github.com/9001/copyparty.git
synced 2025-08-20 02:12:20 -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 {
|
#toastb {
|
||||||
max-height: 70vh;
|
max-height: 70vh;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
padding: 1px;
|
||||||
}
|
}
|
||||||
#toast.scroll #toastb {
|
#toast.scroll #toastb {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
|
Loading…
Reference in a new issue