focused z-index

This commit is contained in:
고동영
2024-08-19 16:05:23 +09:00
parent c340d3442d
commit fb31d61b43

View File

@@ -8,7 +8,7 @@
.focused(@boxShadow: 0px, @borderRadius: 0px) {
.position(@position: absolute, @top: 0, @left: 0, @right: 0, @bottom: 0);
z-index: 2;
z-index: 20;
border: 4px solid @PRIMARY_COLOR_RED;
box-shadow: 0 0 @boxShadow 0 rgba(0, 0, 0, 0.5);
border-radius: @borderRadius;