adding the dhv support check to the fullViewportContainer as well, it is not actually used by anything that i can see, but this will futureproof it in case it is used later

This commit is contained in:
csawatzky 2026-02-03 13:19:53 -06:00
parent d009cf8383
commit 934264708f

View file

@ -31,6 +31,9 @@ const useStyles = makeStyles((theme: Theme) => ({
top: 0,
left: 0,
height: "100vh",
"@supports (height: 100dvh)": {
height: "100dvh"
},
width: "100vw",
backgroundColor: theme.palette.background.default,
zIndex: 2000,