mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-04 22:40:29 +03:00
You basically should never be copying from this anyway
This commit is contained in:
parent
f9ff976624
commit
699bae6720
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ export const VirtualTile = style([
|
||||||
DefaultReset,
|
DefaultReset,
|
||||||
{
|
{
|
||||||
WebkitUserSelect: 'none',
|
WebkitUserSelect: 'none',
|
||||||
|
MozUserSelect: 'none',
|
||||||
|
userSelect: 'none',
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
left: 0,
|
left: 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue