From b47192c7b27b99c9d352487cc2f0be49c0556e62 Mon Sep 17 00:00:00 2001 From: ilya-bkv Date: Sat, 3 Dec 2022 11:29:09 +0300 Subject: [PATCH] [WiP] Upload ava --- src/styles/Inbox.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/styles/Inbox.scss b/src/styles/Inbox.scss index ea766bbe..5f6de16a 100644 --- a/src/styles/Inbox.scss +++ b/src/styles/Inbox.scss @@ -6,6 +6,7 @@ main { } .messages { + display: none; top: 74px; height: calc(100% - 74px); left: 0; @@ -13,11 +14,8 @@ main { padding-left: 42px; padding-right: 26px; background: #fff; - display: flex; flex: 1; flex-direction: column; - position: fixed; - z-index: 900; .row { flex: 1;