From ebc8370a594fb0ec5d96da0c2aa33ce60358b5e1 Mon Sep 17 00:00:00 2001 From: lindenkron Date: Sun, 16 Apr 2023 17:09:50 +0200 Subject: [PATCH] Missed two things. --- popout.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/popout.html b/popout.html index 3d919a2..cd5225b 100644 --- a/popout.html +++ b/popout.html @@ -32,6 +32,7 @@ #chatBody { display: flex; flex-direction: column; + justify-content: flex-end; z-index: 12; background-color: #0000; border-bottom: 5px #121212 solid; @@ -50,6 +51,8 @@ padding: 7px 10px 6px 6px; flex: 3; max-height: 25px; + z-index: 100; + } .outMessage { margin-bottom: unset;