Skip to content

Commit 5016b9f

Browse files
fix: allow all three safari users to select simpleTable text (#3758)
1 parent 7b126a6 commit 5016b9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/visualization/types/SimpleTable/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
display: flex;
88
flex-direction: column;
99
font-family: $cf-code-font;
10+
-webkit-user-select: text;
1011
user-select: text;
1112

1213
.cf-dapper-scrollbars {

0 commit comments

Comments
 (0)