diff --git a/app/public/stylesheets/sass/_components/_default.scss b/app/public/stylesheets/sass/_components/_default.scss index 4b8eee11..eacc696b 100644 --- a/app/public/stylesheets/sass/_components/_default.scss +++ b/app/public/stylesheets/sass/_components/_default.scss @@ -12,6 +12,7 @@ body { font: 62.5% 'Open Sans', helvetica, sans-serif, arial !important; color: $defaultColor; height: 100%; + overflow: hidden; -webkit-user-select: none; letter-spacing: 1px; } @@ -117,4 +118,4 @@ input[type=range]:focus::-webkit-slider-runnable-track { .fa{ cursor: pointer; -} \ No newline at end of file +}