You basically should never be copying from this anyway

This commit is contained in:
Gigiaj 2025-06-17 20:27:11 -05:00
parent f9ff976624
commit 699bae6720

View file

@ -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,