From 4835b374d04705408e6c458f7ce100d929b2edc1 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 16 Feb 2023 15:54:19 +0100 Subject: Fix menu content overlay on tablet --- client/src/sass/bootstrap.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src') diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index a5d06de98..724c4ad69 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss @@ -170,6 +170,8 @@ opacity: 0.75; content: ''; display: block; + position: fixed; + z-index: z(overlay); } } } -- cgit v1.2.3