From 93513197f796c3494a704001afa47a4fdd50b7ae Mon Sep 17 00:00:00 2001 From: Cyperghost Date: Thu, 25 Jan 2024 13:15:02 +0100 Subject: [PATCH] Make the StyleChanger button clickable when the Edit button from a box overlaps it --- wcfsetup/install/files/style/layout/box.scss | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/wcfsetup/install/files/style/layout/box.scss b/wcfsetup/install/files/style/layout/box.scss index 000d94b86a..6465bae5b7 100644 --- a/wcfsetup/install/files/style/layout/box.scss +++ b/wcfsetup/install/files/style/layout/box.scss @@ -837,6 +837,10 @@ color: var(--wcfFooterText); padding: 20px 0; + .layoutBoundary { + position: relative; + } + .icon { color: var(--wcfFooterText); } @@ -917,15 +921,16 @@ } .styleChanger { - float: right; - padding-left: 20px; + position: absolute; + right: 20px; + z-index: 1; button { color: var(--wcfFooterLink); } @include screen-md-down { - padding: 10px 0 10px 20px; + right: 10px; } } -- 2.20.1