-
Notifications
You must be signed in to change notification settings - Fork 183
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
👟 Reproduction steps
When I click on some Delete
buttons (APIkeys, users, collections...), their confirmation dialogs appear out of the screen, at least partially, making it impossible to click on buttons. And it is not possible to scroll to make the dialogs appear.
Inspecting the HTML and CSS, it looks like a CSS rule, @layer the-new-css-reset {
does not include the <dialog>
tag. When I manually add dialog,
to the list, it works as expected.
:where(:not(html,
dialog,
iframe,
canvas,
...
👍 Expected behavior
The dialogs should be centered on the screen, or at least, all their content must be accessible.
👎 Actual Behavior
Dialogs are truncated or invisible. This picture shows the bottom of my browser window:
🎲 Appwrite version
Version 1.3.x
💻 Operating system
Linux
🧱 Your Environment
Self-hosted Appwrite 1.3.7
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working