From bd73180b36803b1ddec8bed5ca1e1fe9f33fccaf Mon Sep 17 00:00:00 2001 From: Marcus Bakker Date: Thu, 15 Oct 2020 15:59:05 +0200 Subject: [PATCH] Maximize icon for the ExtendedTextarea is now more to the right to make room for the scrollbar on Windows. --- editor/public/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/public/custom.css b/editor/public/custom.css index 3cc8c59..fbc8f7f 100644 --- a/editor/public/custom.css +++ b/editor/public/custom.css @@ -439,7 +439,7 @@ h4 { .icon-example { position: absolute; z-index: 1; - right: 19px; + right: 30px; bottom: 3px; } .icon-example:after {