disable highlight on nav buttons (for webkit)

This commit is contained in:
Gigiaj 2025-06-17 20:26:24 -05:00
parent 01c3b23284
commit f9ff976624

View file

@ -4,6 +4,7 @@ import { DefaultReset } from 'folds';
export const VirtualTile = style([ export const VirtualTile = style([
DefaultReset, DefaultReset,
{ {
WebkitUserSelect: 'none',
position: 'absolute', position: 'absolute',
width: '100%', width: '100%',
left: 0, left: 0,