mirror of
https://github.com/hiaaryan/sileo.git
synced 2026-04-26 23:45:50 +03:00
[GH-ISSUE #22] Bug: Viewport container blocking user interactions #18
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sileo#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AmauryAparicio on GitHub (Feb 20, 2026).
Original GitHub issue: https://github.com/hiaaryan/sileo/issues/22
Originally assigned to: @hiaaryan on GitHub.
Technical Analysis
The element
<button data-sileo-toast="true">is acting as an invisible overlay that extends across a significant portion of the header (highlighted in purple/blue in the dev tools). Because this container sits higher in the z-index stack but occupies physical space, it captures clicks and hovers intended for the icons (Heart, Sun, Profile) underneath.Proposed Fix (CSS)
To allow interactions to "pass through" the empty space of the viewport while still allowing the actual notification to be clickable, apply the following:
This might only be a partial solution, might need an actual fix on how toast is rendered.