v3: fixed votes/likes popover placement
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 42s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 42s
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user