Skip to content

Commit

Permalink
Finally fixed the button popping over #51
Browse files Browse the repository at this point in the history
  • Loading branch information
kwokwilliam committed Jun 26, 2018
1 parent b852f80 commit ef8082b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ui/koconut/containers/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ html {
body {
overflow-y: scroll !important;
height: 100%;
padding: 0 !important;
}

header {
padding: 0 !important;
}

// temporary
Expand Down

0 comments on commit ef8082b

Please sign in to comment.