Skip to content

🐛 Bug Report: some confirmation dialogs appear out of screen #466

@melnibon

Description

@melnibon

👟 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:
Capture d’écran du 2023-06-22 15-27-24

🎲 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?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions