fix toolbar zIndex

This commit is contained in:
Aifeilong 2023-10-10 16:04:51 +08:00
parent 64501d528e
commit 5574ccc2fc

View File

@ -5,7 +5,7 @@
right: -340px; right: -340px;
height: 100%; height: 100%;
width: 350px; width: 350px;
z-index: 1; z-index: 1000;
background-color: #1f4856 !important; background-color: #1f4856 !important;
opacity: 0; opacity: 0;
transition: all 0.3s ease; transition: all 0.3s ease;