fix: z-index issue with Page dropdown hidden behind files (#3463)#3602
Open
Shine2099 wants to merge 4 commits intoantiwork:mainfrom
Open
fix: z-index issue with Page dropdown hidden behind files (#3463)#3602Shine2099 wants to merge 4 commits intoantiwork:mainfrom
Shine2099 wants to merge 4 commits intoantiwork:mainfrom
Conversation
- 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.