Skip to content

fix: z-index issue with Page dropdown hidden behind files (#3463)#3602

Open
Shine2099 wants to merge 4 commits intoantiwork:mainfrom
Shine2099:fix/dropdown-z-index-3463
Open

fix: z-index issue with Page dropdown hidden behind files (#3463)#3602
Shine2099 wants to merge 4 commits intoantiwork:mainfrom
Shine2099:fix/dropdown-z-index-3463

Conversation

@Shine2099
Copy link

Fixes #3463

The Page tab dropdown menu (rename/delete options) was being hidden behind the file content due to insufficient z-index. This fix adds to ensure the dropdown appears above other content.

- Changed min-h-screen to max-h-screen to constrain height
- Added overflow-y-auto to enable scrolling when content exceeds viewport
- This fixes the issue where preview sidebar extends beyond viewport on profile settings page

Fixes antiwork#3388
- Add RemoveButton component to ImageNodeView
- Show delete button when image has focus in editor
- Matches the delete experience of cover images

Fixes antiwork#3533
- Add invert class to GitHub icon in Report a bug button for dark theme visibility
- Add sizing classes to search button icon for proper display

Fixes antiwork#3590
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Page dropdown hidden behind files in Content tab

1 participant