forked from OpenNeo/impress
Slight improvement for double-clicking play/pause in new item preview
This commit is contained in:
parent
16bd966a7d
commit
f0b1d2281e
1 changed files with 5 additions and 0 deletions
|
@ -48,6 +48,11 @@ body.items-show
|
|||
overflow: hidden
|
||||
margin: 0 auto .75em
|
||||
|
||||
// There's no useful text in here, but double-clicking the play/pause
|
||||
// button can cause a weird selection state. Disable text selection.
|
||||
user-select: none
|
||||
-webkit-user-select: none
|
||||
|
||||
outfit-layer
|
||||
display: block
|
||||
position: absolute
|
||||
|
|
Loading…
Reference in a new issue