From ab55787cb3eaa67ea7a13b99a4aae67fdd3b93b4 Mon Sep 17 00:00:00 2001 From: Terje Karlsen Date: Tue, 1 Aug 2023 11:53:33 +0200 Subject: [PATCH] Fikser offset-plassering av chatbotikon --- src/komponenter/footer/chatbot/ChatbotWrapper.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komponenter/footer/chatbot/ChatbotWrapper.module.scss b/src/komponenter/footer/chatbot/ChatbotWrapper.module.scss index 1b4ac35f1..189df7a66 100644 --- a/src/komponenter/footer/chatbot/ChatbotWrapper.module.scss +++ b/src/komponenter/footer/chatbot/ChatbotWrapper.module.scss @@ -9,7 +9,7 @@ $chatbotCircleColor: var(--a-blue-800); margin-right: ($openButtonAvatarSizeNumber / 3) * 1px; margin-bottom: ($openButtonAvatarSizeNumber / 6) * 1px; position: fixed; - bottom: 8px; + bottom: 20px; right: 8px; z-index: 998; border: 0;