aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authoreugenijm <eugenijm@protonmail.com>2020-07-23 09:41:22 +0300
committereugenijm <eugenijm@protonmail.com>2020-07-23 12:15:44 +0300
commit2298ad0011e8507a138d967ed142641981e1e297 (patch)
treedde1b2430954b14d3d32b75b8d05abef518f82a1 /src/App.scss
parent61dd1a3b4935d0466bfd77e026c19461d62b124f (diff)
Use bock-scroll-lock directive for the settings modal
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/App.scss b/src/App.scss
index 336c4998..e2e2d079 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -943,23 +943,6 @@ nav {
line-height: 1.3rem;
}
-.settings-modal-layout {
- @media all and (max-width: 800px) {
- height: 100%;
-
- body {
- height: 100vh;
- width: 100%;
- overflow-y: hidden;
- position: fixed;
- }
-
- #app {
- height: 100%;
- }
- }
-}
-
.chat-layout {
// Needed for smoother chat navigation in the desktop Safari (otherwise the chat layout "jumps" as the chat opens).
overflow: hidden;