diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-08 13:31:29 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-08 13:31:29 +0300 |
| commit | 282e6812b38b5354b1f5a77297cf77ca7365397e (patch) | |
| tree | 5287a673c69544d776977565ec55d71b016a2d70 /src/components/chat/chat.scss | |
| parent | 6109fab14e4dac3a85ffa51ddfcd7e3aaef5149a (diff) | |
fix chats, boost popover's z-index some more
Diffstat (limited to 'src/components/chat/chat.scss')
| -rw-r--r-- | src/components/chat/chat.scss | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/src/components/chat/chat.scss b/src/components/chat/chat.scss index 85e9f59d..34a335fe 100644 --- a/src/components/chat/chat.scss +++ b/src/components/chat/chat.scss @@ -108,47 +108,4 @@ } } } - - @media all and (max-width: 800px) { - height: 100%; - overflow: hidden; - - .chat-view-inner { - overflow: hidden; - height: 100%; - margin-top: 0; - margin-left: 0; - margin-right: 0; - } - - .chat-view-body { - display: flex; - min-height: auto; - overflow: hidden; - height: 100%; - margin: 0; - border-radius: 0; - } - - .chat-view-heading { - box-sizing: border-box; - position: static; - top: 0; - margin-top: 0; - border-radius: 0; - height: 50px; - } - - .scrollable-message-list { - display: unset; - overflow-y: scroll; - overflow-x: hidden; - -webkit-overflow-scrolling: touch; - } - - .footer { - position: sticky; - bottom: auto; - } - } } |
