mirror of
https://github.com/9001/copyparty.git
synced 2026-03-30 12:02:58 +10: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:
@@ -69,6 +69,7 @@ html {
|
||||
#toastb {
|
||||
max-height: 70vh;
|
||||
overflow-y: auto;
|
||||
padding: 1px;
|
||||
}
|
||||
#toast.scroll #toastb {
|
||||
overflow-y: scroll;
|
||||
|
||||
Reference in New Issue
Block a user