fix scroll regression
Closes: https://github.com/damus-io/notedeck/issues/986 Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
@@ -74,7 +74,6 @@ impl<'a> MentionPickerView<'a> {
|
|||||||
let inner_margin_size = 8.0;
|
let inner_margin_size = 8.0;
|
||||||
egui::Frame::NONE
|
egui::Frame::NONE
|
||||||
.fill(ui.visuals().panel_fill)
|
.fill(ui.visuals().panel_fill)
|
||||||
.inner_margin(inner_margin_size)
|
|
||||||
.show(ui, |ui| {
|
.show(ui, |ui| {
|
||||||
let width = rect.width() - (2.0 * inner_margin_size);
|
let width = rect.width() - (2.0 * inner_margin_size);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user