Add z-index to .cookies-popup

This commit is contained in:
Ilya Prokopenko 2023-05-08 09:06:18 +07:00
parent 3f5849c2a9
commit dfc4f932cb
No known key found for this signature in database
GPG key ID: 7736BBBB05F14A56

View file

@ -2086,6 +2086,7 @@ table td[width="120"] {
height: 40px; height: 40px;
background: linear-gradient(#fff, #eee); background: linear-gradient(#fff, #eee);
box-shadow: inset 0px 1px 0px #bbb, inset 0px 2px 0px #ddd; box-shadow: inset 0px 1px 0px #bbb, inset 0px 2px 0px #ddd;
z-index: 2048;
} }
.cookies-popup .contanier { .cookies-popup .contanier {