Skip to content
Snippets Groups Projects
Commit 4f0eb86c authored by Christopher Pietsch's avatar Christopher Pietsch
Browse files

scrollbar is now on the left

parent 31ff8ea5
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
float: left; float: left;
height: 100%; height: 100%;
overflow-y: auto; overflow-y: auto;
/* overflow-x: hidden; */ direction:rtl
} }
.infobar .outer::-webkit-scrollbar * { .infobar .outer::-webkit-scrollbar * {
...@@ -177,6 +177,7 @@ ...@@ -177,6 +177,7 @@
/* height: 100%; */ /* height: 100%; */
/* overflow-y: scroll; */ /* overflow-y: scroll; */
float: left; float: left;
direction:ltr;
/*direction: ltr;*/ /*direction: ltr;*/
} }
.infobar .inner > div { .infobar .inner > div {
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
<link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/infobar.css"> <link rel="stylesheet" href="css/infobar.css">
<link rel="stylesheet" href="css/timeline.css"> <link rel="stylesheet" href="css/timeline.css">
<link rel="stylesheet" href="css/perfect-scrollbar.css">
<script src="js/d3.v3.min.js"></script> <script src="js/d3.v3.min.js"></script>
<script src="js/vue.min.js"></script> <script src="js/vue.min.js"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment