Skip to content

Commit

Permalink
Hide scrollbar on Edge in Calculate, Maze and Journal
Browse files Browse the repository at this point in the history
  • Loading branch information
llaske committed Apr 10, 2018
1 parent 856a0e2 commit f093071
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion activities/Calculate.activity/css/activity.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#body {
overflow-x: hidden;
overflow-y: hidden;
}
.toolbar {
height: auto !important;
min-height: 55px !important;
Expand Down Expand Up @@ -132,4 +136,4 @@ textarea {
-ms-user-select: none;
user-select: none;

}
}
2 changes: 2 additions & 0 deletions activities/MazeWeb.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@

#canvas {
background-color: #101010;
overflow-x: hidden;
overflow-y: hidden;
}
1 change: 1 addition & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ input {

#canvas {
background-color: white;
overflow-y: hidden;
}

body {
Expand Down

0 comments on commit f093071

Please sign in to comment.