From 0787536f24fa53e85b59aab60f833a652e051da5 Mon Sep 17 00:00:00 2001 From: Michael Hartung <michi@Michaels-MacBook-Pro.local> Date: Thu, 29 Jul 2021 17:24:22 +0200 Subject: [PATCH] fix again 5px scrollbar bug and move legend up a bit --- src/app/components/network-legend/network-legend.component.scss | 1 + src/stylesheets/styles.scss | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/network-legend/network-legend.component.scss b/src/app/components/network-legend/network-legend.component.scss index bcb83781..5fa4ac98 100644 --- a/src/app/components/network-legend/network-legend.component.scss +++ b/src/app/components/network-legend/network-legend.component.scss @@ -5,6 +5,7 @@ div.legend { position: absolute; bottom: 0; left: 1rem; + bottom: 1rem; &.right { right: 0; } diff --git a/src/stylesheets/styles.scss b/src/stylesheets/styles.scss index 6b0ae165..88f76a0e 100644 --- a/src/stylesheets/styles.scss +++ b/src/stylesheets/styles.scss @@ -231,7 +231,6 @@ } .toolbar { - padding: 5px; border-top: 2px solid #d0d0d0; .field { -- GitLab