From 5584ed2f97897ca934b9614c4442ae6793e75ff8 Mon Sep 17 00:00:00 2001 From: Eka Date: Mon, 18 Dec 2023 18:27:33 +0400 Subject: [PATCH] CORE-4742: styling --- 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 aba018a..9ca6d96 100644 --- a/templates/output/styles.module.css +++ b/templates/output/styles.module.css @@ -124,12 +124,12 @@ position: fixed; top: 15px; right: 6%; - background: #fff; - width: 456px; z-index: 10001; + width: 456px; + background: #fff; padding: 1rem; - border-radius: 2px; border: 1px solid #b75400; + border-radius: 2px; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); }