SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 38892035 authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Scrollbar

parent 8b824177
No related branches found
No related tags found
No related merge requests found
...@@ -28,18 +28,18 @@ ...@@ -28,18 +28,18 @@
} }
} }
// // Hide scrollbars... trying to // Hide scrollbars... trying to
// ::-webkit-scrollbar, ::-webkit-scrollbar,
// ::-webkit-scrollbar-button, ::-webkit-scrollbar-button,
// ::-webkit-scrollbar-track, ::-webkit-scrollbar-track,
// ::-webkit-scrollbar-track-piece, ::-webkit-scrollbar-track-piece,
// ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb,
// ::-webkit-scrollbar-corner, ::-webkit-scrollbar-corner,
// ::-webkit-resizer { ::-webkit-resizer {
// display: none; // display: none;
// background: rgba(0,0,0,0); background: rgba(0,0,0,0);
// background-color: rgba(0,0,0,0); background-color: rgba(0,0,0,0);
// } }
.container-outside { .container-outside {
&.main-nav { &.main-nav {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment