v3: fixed votes/likes popover placement
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 42s

This commit is contained in:
khannurien
2026-06-21 14:47:25 +00:00
parent 3d03c9e69c
commit 57cf55cc48
2 changed files with 50 additions and 7 deletions

View File

@@ -2190,9 +2190,9 @@ body.has-player .fab-new {
}
.user-list-popover {
/* position/top/left set inline (fixed, anchored to the trigger's viewport rect) */
/* position/top/bottom/left/max-height set inline anchored to the
trigger's viewport rect, flipping above it when there isn't room below */
min-width: 180px;
max-height: 280px;
overflow-y: auto;
background: var(--color-surface);
border: 2px solid var(--color-border-subtle);