diff --git a/source/components/ui/index.css b/source/components/ui/index.css index e0255607e..b8b104382 100644 --- a/source/components/ui/index.css +++ b/source/components/ui/index.css @@ -5,6 +5,9 @@ :root { --colour: rgb(41, 117, 209); } +html:fullscreen { + background-color: white; +} body { overflow-x: hidden !important;