Skip to content

Commit 4537ccb

Browse files
Merge pull request #47 from CastleCSS/feature/invisible-label
Feature/invisible label
2 parents 99f959f + b438ee3 commit 4537ccb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sass/component/label.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
top: 50%;
2424
transform: translateY(-50%);
2525
z-index: 2;
26+
pointer-events: none;
2627
}
2728

2829
%label-active-static {

0 commit comments

Comments
 (0)