From 830c8e4c6da521e471fed008e8b9c7c3a10214d5 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Tue, 24 Sep 2024 10:31:54 +0800 Subject: feat(CSS): fix overflow of content of draggable block --- src/css/dumbymap.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css index 8dfd97d..84c150c 100644 --- a/src/css/dumbymap.css +++ b/src/css/dumbymap.css @@ -311,7 +311,7 @@ pointer-events: auto; &:has(pre:only-child [data-placeholder]:only-child) { - visibility: hidden; + display: none; } .dumby-block { @@ -320,7 +320,8 @@ position: relative; - border: none; + border: solid transparent 3px; + border-radius: 0.5rem; resize: both; min-width: 5rem; max-width: 25vw; -- cgit v1.2.3-70-g09d2