Skip to content

Commit 9c176e7

Browse files
committed
fix(styles): remove unnecessary absolute positioning from POPOVER_PANEL_CLASSES for improved layout consistency
1 parent a785586 commit 9c176e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/htpy_uikit/components/_styles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
# ============================================================================
129129

130130
# Popover panel surface (used by select, combobox, dropdown-menu, tooltip, etc.)
131-
POPOVER_PANEL_CLASSES = f"absolute rounded-md z-50 {SURFACE_POPOVER_CLASSES}"
131+
POPOVER_PANEL_CLASSES = f"rounded-md z-50 {SURFACE_POPOVER_CLASSES}"
132132

133133
# Popover panel with padding (for content)
134134
POPOVER_PANEL_PADDED_CLASSES = f"{POPOVER_PANEL_CLASSES} p-1"

0 commit comments

Comments
 (0)