From 91a1c82129dea3753f57c93dc6f349f8c3033ef6 Mon Sep 17 00:00:00 2001 From: Coolchess123 Date: Sat, 7 Sep 2024 23:30:17 -0700 Subject: [PATCH 1/3] Use Z-index for chat to overcome chrome issue --- css/light.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/light.css b/css/light.css index b9261995..4ef97460 100644 --- a/css/light.css +++ b/css/light.css @@ -1467,6 +1467,7 @@ hsub { .area { flex: 1; width: 100%; + z-index: 100; } #bottom > vert { margin: 2px; From 17cb381f4d1fd0ab87d6148360fcd83eb9a4b836 Mon Sep 17 00:00:00 2001 From: Coolchess123 Date: Tue, 10 Sep 2024 13:06:38 -0700 Subject: [PATCH 2/3] Make chat have its own area --- css/light.css | 6 +++++- index_base.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/css/light.css b/css/light.css index 4ef97460..0aa71715 100644 --- a/css/light.css +++ b/css/light.css @@ -1467,7 +1467,11 @@ hsub { .area { flex: 1; width: 100%; - z-index: 100; +} +.chatarea { + flex: 1; + width: 100%; + z-index: 99; } #bottom > vert { margin: 2px; diff --git a/index_base.html b/index_base.html index 43bbc1b2..639be07a 100644 --- a/index_base.html +++ b/index_base.html @@ -304,7 +304,7 @@ - + From 57091a5a4c6b33180aa104672f202e34b981f13e Mon Sep 17 00:00:00 2001 From: Coolchess123 Date: Wed, 11 Sep 2024 10:05:27 -0700 Subject: [PATCH 3/3] Remove zindex for area --- css/light.css | 1 - 1 file changed, 1 deletion(-) diff --git a/css/light.css b/css/light.css index 7427042e..0aa71715 100644 --- a/css/light.css +++ b/css/light.css @@ -1467,7 +1467,6 @@ hsub { .area { flex: 1; width: 100%; - z-index: 100; } .chatarea { flex: 1;