Commit 009727fb authored by Annabel Dunstone's avatar Annabel Dunstone

Remove ugly horizontal scrollbars in windows

parent 739620fe
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
border-top: 1px solid $border-color; border-top: 1px solid $border-color;
border-bottom: 1px solid $border-color; border-bottom: 1px solid $border-color;
max-height: 300px; max-height: 300px;
overflow: scroll; overflow: auto;
svg { svg {
position: relative; position: relative;
......
...@@ -265,7 +265,7 @@ ...@@ -265,7 +265,7 @@
.pipeline-visualization { .pipeline-visualization {
position: relative; position: relative;
min-width: 1220px; min-width: 1200px;
ul { ul {
padding: 0; padding: 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment