Skip to content

Commit 3c7cf73

Browse files
committed
minor fix on advanced select scroll
1 parent 2205081 commit 3c7cf73

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/wwwroot/js/genpage/helpers/ui_improvements.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class AdvancedPopover {
4646
}
4747
this.created = Date.now();
4848
this.optionArea.style.width = (this.optionArea.offsetWidth + this.overExtendBy) + 'px';
49+
this.scrollFix();
4950
}
5051

5152
remove() {

0 commit comments

Comments
 (0)