Removed unused CSS

This commit is contained in:
Asher 2020-03-17 10:36:19 -05:00
parent 89d78a5921
commit cfebf2c67f
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
2 changed files with 0 additions and 25 deletions

View File

@ -1,24 +0,0 @@
/* NOTE: Disable scrollbars since an oversized element creates them. */
.app-input {
height: 100%;
left: 0;
outline: none;
position: fixed;
scrollbar-width: none;
top: 0;
width: 100%;
z-index: 20;
}
.app-input::-webkit-scrollbar {
display: none;
}
.app-render {
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 10;
}

View File

@ -1,7 +1,6 @@
import { getOptions, normalize } from "../../common/util"
import { ApiEndpoint } from "../../common/http"
import "./app.css"
import "./error.css"
import "./global.css"
import "./home.css"