From c50abd597f3559a437f22d060e87874513d05b6b Mon Sep 17 00:00:00 2001 From: KoloMl Date: Mon, 3 Jun 2024 21:35:18 +0400 Subject: [PATCH] Fixed z-index position of the autocomplete list --- assets/css/views/_tags.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/views/_tags.scss b/assets/css/views/_tags.scss index 6626dda4..331ff13d 100644 --- a/assets/css/views/_tags.scss +++ b/assets/css/views/_tags.scss @@ -43,6 +43,7 @@ position: absolute; user-select: none; white-space: nowrap; + z-index: 999; } .autocomplete__item {