From dfc4f932cb35e1da9927f8f5c0bcc0df9d92a32a Mon Sep 17 00:00:00 2001 From: Ilya Prokopenko Date: Mon, 8 May 2023 09:06:18 +0700 Subject: [PATCH] Add z-index to .cookies-popup --- Web/static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Web/static/css/style.css b/Web/static/css/style.css index 76abeb47..d429fb1a 100644 --- a/Web/static/css/style.css +++ b/Web/static/css/style.css @@ -2086,6 +2086,7 @@ table td[width="120"] { height: 40px; background: linear-gradient(#fff, #eee); box-shadow: inset 0px 1px 0px #bbb, inset 0px 2px 0px #ddd; + z-index: 2048; } .cookies-popup .contanier {