Skip to content

Commit 93af395

Browse files
committed
even better demo song menu
1 parent 32a1eca commit 93af395

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/website/css/notification/notification.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
display: flex;
6767
flex-wrap: wrap;
6868
flex-direction: column;
69-
justify-content: center;
7069
}
7170

7271
.notification .close_btn {

src/website/js/main/demo_main.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,11 @@ demoSongButton.addEventListener("click", async () => {
599599
contents,
600600
999_999,
601601
true,
602-
undefined
602+
undefined,
603+
{
604+
overflowY: "scroll",
605+
flexWrap: "nowrap",
606+
maxHeight: "80vh"
607+
}
603608
);
604609
});

0 commit comments

Comments
 (0)