3
0

Fix for zoom button z-index appearance on geometry block

This commit is contained in:
Kelani Tolulope 2023-01-25 15:33:53 +01:00
parent e580f7705d
commit 424ee1c1fc

View File

@ -582,7 +582,7 @@ div.toolbox {
background-color: $dark;
bottom: 0;
left: 0;
z-index: 401;
z-index: 1001;
border-top-right-radius: 10px;
opacity: 0.5;
pointer-events: none;