fix: Updated search modal to match Bootstrap's z-index. (#1318)

This commit is contained in:
Marcos Rigoli
2024-03-11 11:44:42 -03:00
committed by GitHub
parent bca3aaccf5
commit a2d7f704a6

View File

@@ -6,7 +6,7 @@
right: 0;
bottom: 0;
border-top: 1px solid $light-300;
z-index: 200;
z-index: $zindex-modal; // Bootstrap's z-index layer for Modals.
&__close {
position: absolute !important; // For some reason it gets overridden