Skip to content

Commit

Permalink
Clip instead of hidden overflow-x. (#107)
Browse files Browse the repository at this point in the history
Solves Y scrollbar showing when it isn't needed.
  • Loading branch information
philipborg authored Apr 20, 2022
1 parent bbdfc09 commit fde392c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cube_shuffle-wasm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link data-trunk rel="sass" href="./style.sass"/>
<style>
body {
overflow-x: hidden;
overflow-x: clip;
}
</style>
</head>
Expand Down

0 comments on commit fde392c

Please sign in to comment.