From f566d2a0dae60c62129d2205bc526c2874e07699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Wed, 17 Nov 2021 14:06:15 +0100 Subject: [PATCH] :bug: Remove unneeded style causing visual glitch --- frontend/resources/styles/main/partials/workspace.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/resources/styles/main/partials/workspace.scss b/frontend/resources/styles/main/partials/workspace.scss index d34082cbe..40424d672 100644 --- a/frontend/resources/styles/main/partials/workspace.scss +++ b/frontend/resources/styles/main/partials/workspace.scss @@ -156,11 +156,6 @@ overflow: hidden; position: relative; - svg { - width: 100%; - height: 100%; - } - .viewport-overlays { position: absolute; width: 100%;