Skip to content

Commit d97593e

Browse files
committed
Disable user-select in case of double click
1 parent 955baa2 commit d97593e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/css/main.sass

+3
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ $pg-tooltip-background : #1C2B36
183183
outline : none
184184
padding : 5px 15px
185185
.scene
186+
user-select : none
186187
flex : 1
187188
overflow : auto
188189
.view
@@ -230,9 +231,11 @@ $pg-tooltip-background : #1C2B36
230231
font-weight: normal
231232
font-style: italic
232233
.tree-control
234+
user-select : none
233235
padding : 5px 0
234236
background-color : #183848
235237
.states
238+
user-select : none
236239
height : 100px
237240
overflow-x : hidden
238241
overflow-y : auto

0 commit comments

Comments
 (0)