Skip to content

Commit

Permalink
Remove reduntant scrollbars
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabreznik authored and yann300 committed Jun 15, 2017
1 parent 8f8ffa0 commit 582e5be
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion assets/css/browser-solidity.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ body {
bottom: 0;
overflow: auto;
box-sizing: border-box;
overflow: hidden;
}

#header {
Expand All @@ -150,7 +151,6 @@ body {

#header #menu {
border-bottom: 3px solid #F4F6FF;
overflow: hidden;
height: 2em;
font-size: 1em;
padding-top: 0.5em;
Expand Down
1 change: 1 addition & 0 deletions src/app/analysis-tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ var css = csjs`
.analysisTabView {
padding: 2%;
margin-top: 1em;
padding-bottom: 3em;
}
.infoBox extends ${styles.infoTextBox} {
margin-bottom: 1em;
Expand Down
17 changes: 10 additions & 7 deletions src/universal-dapp.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,17 @@ var styleGuide = require('./app/style-guide')
var styles = styleGuide()

var css = csjs`
html {
overflow: hidden;
}
.options {
float: left;
padding: 0.7em 0.3em;
font-size: 0.9em;
cursor: pointer;
background-color: transparent;
margin-right: 0.5em;
font-size: 1em;
float: left;
padding: 0.7em 0.3em;
font-size: 0.9em;
cursor: pointer;
background-color: transparent;
margin-right: 0.5em;
font-size: 1em;
}
.title extends ${styles.titleBox} {
cursor: pointer;
Expand Down

0 comments on commit 582e5be

Please sign in to comment.