Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
style(gui): remove unecessary scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
nysos3 committed Mar 8, 2019
1 parent 859ba56 commit bebdefd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
html {
overflow-y: auto!important;
}
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>Air-for-Steam Configuration</title>
<link rel="stylesheet" href="css/Roboto.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
</head>
<body>
Expand Down

0 comments on commit bebdefd

Please sign in to comment.