mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 14:42:03 +03:00
fix: invisible button should not be interactive (#5017)
This commit is contained in:
parent
5e8103adbd
commit
615255706d
@ -65,4 +65,5 @@ export const newPageButtonLabel = style({
|
||||
|
||||
export const headerCreateNewButtonHidden = style({
|
||||
opacity: 0,
|
||||
pointerEvents: 'none',
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user