From bebdefd1e94d2d7b2b7071b85f7aec0d88463b6f Mon Sep 17 00:00:00 2001 From: Cody Carrell Date: Thu, 7 Mar 2019 19:52:18 -0500 Subject: [PATCH] style(gui): remove unecessary scrollbar --- public/css/main.css | 3 +++ public/index.html | 1 + 2 files changed, 4 insertions(+) create mode 100644 public/css/main.css diff --git a/public/css/main.css b/public/css/main.css new file mode 100644 index 0000000..d8f2c58 --- /dev/null +++ b/public/css/main.css @@ -0,0 +1,3 @@ +html { + overflow-y: auto!important; +} diff --git a/public/index.html b/public/index.html index c5b397b..e685c2b 100644 --- a/public/index.html +++ b/public/index.html @@ -7,6 +7,7 @@ Air-for-Steam Configuration +