mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-19 05:59:26 +08:00
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.
3 lines
47 B
SCSS
Vendored
3 lines
47 B
SCSS
Vendored
.group-member-dropdown {
|
|
text-align: left;
|
|
}
|