fix style nesting

This commit is contained in:
2022-05-24 20:48:26 -04:00
parent e614518987
commit ff96ccae44
10 changed files with 192 additions and 188 deletions
+2 -2
View File
@@ -12,10 +12,10 @@ const Display = styled(
maxWidth: "800px",
// these are injected by noVNC after connection, so we can't target them directly:
div: {
"& div": {
background: "none !important",
canvas: {
"& canvas": {
cursor: "inherit !important",
},
},