mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:02:24 +08:00
5b0d300b8a
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.
4 lines
47 B
SCSS
4 lines
47 B
SCSS
.group-member-dropdown {
|
|
text-align: left;
|
|
}
|