1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-09 14:34:35 +00:00
Penar Musaraj 5b0d300b8a
DEV: Set containing block for Popper dropdowns ()
Popper dropdowns used `position: fixed` or `position: absolute`. But in
tables, we want the content to use auto overflow horizontally, and that
causes the dropdowns to be hidden vertically in some scenarios.

Setting a containing block on the parent container fixes both placement
and overflow issues.
2023-03-20 15:26:20 -04:00

4 lines
47 B
SCSS

.group-member-dropdown {
text-align: left;
}