From 90f6e6ada33b260539630dbc4fc9fae1258a7f6f Mon Sep 17 00:00:00 2001 From: ilya-bkv Date: Thu, 16 Nov 2023 18:35:52 +0300 Subject: [PATCH] fix styles in dialogs --- src/styles/Inbox.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/Inbox.module.scss b/src/styles/Inbox.module.scss index 822602b0..0230879d 100644 --- a/src/styles/Inbox.module.scss +++ b/src/styles/Inbox.module.scss @@ -115,7 +115,7 @@ main { position: relative; .scrollToNew { - osition: absolute; + position: absolute; z-index: 2; bottom: 8px; overflow: hidden;