From 56ffbd562451f47fb2fd66e54c91b15a5ab3773f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20D=C3=ADaz=20Soto?= Date: Thu, 20 Feb 2025 11:35:51 -0600 Subject: [PATCH] SHS-5963: Issues found while testing SHS-5963 (#1752) * SHS-5963: Issues found while testing SHS-5963. --- .../humsci/humsci_basic/src/scss/components/_editoria11y.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docroot/themes/humsci/humsci_basic/src/scss/components/_editoria11y.scss b/docroot/themes/humsci/humsci_basic/src/scss/components/_editoria11y.scss index 72cc482445..de770406c6 100644 --- a/docroot/themes/humsci/humsci_basic/src/scss/components/_editoria11y.scss +++ b/docroot/themes/humsci/humsci_basic/src/scss/components/_editoria11y.scss @@ -1,5 +1,5 @@ /* stylelint-disable selector-type-no-unknown */ ed11y-element-panel { - bottom: 65px; - right: 16px; + bottom: 65px !important; + right: 16px !important; }