Prevent selection on rewind/forward texts
This commit is contained in:
parent
c356907b71
commit
cbedb6a5ee
|
@ -39,6 +39,7 @@
|
|||
position: relative;
|
||||
top: calc(50% - 10px);
|
||||
transform: translateY(-50%);
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.main-button,
|
||||
|
|
Loading…
Reference in New Issue