Fix fullscreen pages

This commit is contained in:
Snarling 2022-08-23 02:37:53 -04:00
parent e6f9f9ed75
commit d4c7edf351

@ -76,6 +76,6 @@
</style> </style>
</head> </head>
<body> <body>
<div id="root" /> <div id="root" style="display:flex" />
</body> </body>
</html> </html>