mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix(core): adjust recording user-select none style (#11735)
This commit is contained in:
@@ -2,7 +2,6 @@ import { globalStyle, style } from '@vanilla-extract/css';
|
||||
|
||||
globalStyle('html', {
|
||||
backgroundColor: 'transparent',
|
||||
userSelect: 'none',
|
||||
});
|
||||
|
||||
globalStyle('body', {
|
||||
@@ -13,4 +12,5 @@ export const root = style({
|
||||
backgroundColor: 'transparent',
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
userSelect: 'none',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user