Skip to content

Commit 2fb2d5f

Browse files
authored
add user-select: none (#179)
1 parent 083c05d commit 2fb2d5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/skeleton.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
line-height: 1;
2020

2121
position: relative;
22+
user-select: none;
2223
overflow: hidden;
2324
z-index: 1; /* Necessary for overflow: hidden to work correctly in Safari */
2425
}

0 commit comments

Comments
 (0)