fix: invisible button should not be interactive (#5017)
This commit is contained in:
@@ -65,4 +65,5 @@ export const newPageButtonLabel = style({
|
||||
|
||||
export const headerCreateNewButtonHidden = style({
|
||||
opacity: 0,
|
||||
pointerEvents: 'none',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user