From e541d529a92a7fe9944c7a386d24dbb4c20560de Mon Sep 17 00:00:00 2001 From: chiu Date: Fri, 2 Oct 2020 13:37:13 +0800 Subject: [PATCH] try fix error --- app/assets/stylesheets/spaces.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/spaces.scss b/app/assets/stylesheets/spaces.scss index f5cf0b4..7a22f21 100644 --- a/app/assets/stylesheets/spaces.scss +++ b/app/assets/stylesheets/spaces.scss @@ -376,6 +376,9 @@ border-color: #2196f3 transparent transparent transparent; } } +.s-space.show-space .selection-box-label.absolute-center{ + display: none; +} .s-space.show-space .selection-box-label.absolute-center.active{ display: block; position: absolute;