aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKukielka <philipp_kutyla@gmx.de>2018-05-29 09:06:05 +0200
committerGitHub <noreply@github.com>2018-05-29 09:06:05 +0200
commit47525b8a9213dc3c108465255cf497ec4c41a976 (patch)
tree798e67858274ecfa3b0131aa08bfafcb2066b713
parented992e2a4f0d7b9cefe0f3b2d15071c17f52ffb9 (diff)
parentfacabdbd898feb58d1ba0189ba513e7cdb104e10 (diff)
downloadsimple-dash-fork-47525b8a9213dc3c108465255cf497ec4c41a976.zip
Merge pull request #3 from ullbergm/fix-firefox-scroll-bar
Fixed overflow scroll bar in Firefox
-rw-r--r--common/css/main.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/css/main.css b/common/css/main.css
index fa0b1d3..8de186d 100644
--- a/common/css/main.css
+++ b/common/css/main.css
@@ -35,7 +35,7 @@ body {
max-height: 85%;
overflow: auto;
display: flex;
- overflow-y: scroll;
+ overflow-y: auto;
}
#wrapper a {
@@ -62,4 +62,4 @@ body {
border-radius: 6px;
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.4);
background-color: rgba(255,255,255,.2);
-} \ No newline at end of file
+}