From 88d9d5cb9c1f5c69278339a568c6643358dad1bd Mon Sep 17 00:00:00 2001 From: Eka Date: Mon, 18 Dec 2023 18:22:14 +0400 Subject: [PATCH] CORE-4742: styles --- templates/output/styles.module.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/output/styles.module.css b/templates/output/styles.module.css index 20d2543..aba018a 100644 --- a/templates/output/styles.module.css +++ b/templates/output/styles.module.css @@ -121,11 +121,11 @@ } .oai-modal { - background: #fff; position: fixed; - width: 456px; top: 15px; right: 6%; + background: #fff; + width: 456px; z-index: 10001; padding: 1rem; border-radius: 2px; @@ -208,8 +208,8 @@ } .boxes { - margin-top: 1rem; padding: 0; + margin-top: 1rem; box-shadow: unset; }