Fix citation dialog reference list not being scrollable

This commit is contained in:
Adomas Venčkauskas 2024-04-23 16:34:32 +03:00
parent 60fd0829b0
commit 19f0e9369a

View file

@ -263,6 +263,7 @@ richlistitem[selected="true"] {
.citation-dialog.reference-list {
margin: 0;
padding: 0;
max-height: 100%;
-moz-user-focus: ignore;
}