mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Fix site background for Firefox dynamic scrollbars
This commit is contained in:
@@ -31,15 +31,17 @@ ul {
|
||||
}
|
||||
|
||||
:root {
|
||||
background-color: var(--page-color);
|
||||
color: var(--text-color-primary);
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: var(--page-color);
|
||||
display: flex;
|
||||
margin: initial;
|
||||
position: relative;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
||||
Reference in New Issue
Block a user