From b6f998a235ee65f22c5e2f4d9b5afe3d9857948d Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Sat, 20 Nov 2021 23:47:14 -0600 Subject: [PATCH] Change css on mobile --- templates/chat/chat_css.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/templates/chat/chat_css.html b/templates/chat/chat_css.html index 1fd2ad4..1e99dd1 100644 --- a/templates/chat/chat_css.html +++ b/templates/chat/chat_css.html @@ -140,12 +140,11 @@ cursor: pointer; } - #page-container { - position:fixed; - overflow:hidden; - } - @media (min-width: 800px) { + #page-container { + position:fixed; + overflow:hidden; + } } @media (max-width: 799px) { html, body {