diff --git a/src/browser/pages/app.css b/src/browser/pages/app.css deleted file mode 100644 index ae091a2e..00000000 --- a/src/browser/pages/app.css +++ /dev/null @@ -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; -} diff --git a/src/browser/pages/app.ts b/src/browser/pages/app.ts index f82efb10..f7162947 100644 --- a/src/browser/pages/app.ts +++ b/src/browser/pages/app.ts @@ -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"