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:
ed 2023-01-18 19:45:04 +00:00
parent ee46f832b1
commit f2f9640371

View file

@ -69,6 +69,7 @@ html {
#toastb {
max-height: 70vh;
overflow-y: auto;
padding: 1px;
}
#toast.scroll #toastb {
overflow-y: scroll;