Improve CSS encapslation (Chrome).

This commit is contained in:
Dermot Duffy
2021-09-20 22:37:08 -07:00
parent 49cbff9b36
commit d02f760793
6 changed files with 6 additions and 15 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
@use './common.scss';
@use './button.scss';
.frigate-card-menu {
z-index: 1;
@@ -37,4 +37,4 @@
.frigate-card-menu.full {
width: 100%;
background: var(--secondary-background-color);
}
}