Commit 582e5be1 authored by ninabreznik's avatar ninabreznik Committed by yann300

Remove reduntant scrollbars

parent 8f8ffa0c
......@@ -134,6 +134,7 @@ body {
bottom: 0;
overflow: auto;
box-sizing: border-box;
overflow: hidden;
}
#header {
......@@ -150,7 +151,6 @@ body {
#header #menu {
border-bottom: 3px solid #F4F6FF;
overflow: hidden;
height: 2em;
font-size: 1em;
padding-top: 0.5em;
......
......@@ -9,6 +9,7 @@ var css = csjs`
.analysisTabView {
padding: 2%;
margin-top: 1em;
padding-bottom: 3em;
}
.infoBox extends ${styles.infoTextBox} {
margin-bottom: 1em;
......
......@@ -21,6 +21,9 @@ var styleGuide = require('./app/style-guide')
var styles = styleGuide()
var css = csjs`
html {
overflow: hidden;
}
.options {
float: left;
padding: 0.7em 0.3em;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment