fix(styles): set dropdown menu width to max-content for better layout

This commit is contained in:
suyao
2025-03-31 21:26:44 +08:00
committed by Asurada
parent 538e4f2e40
commit 82cf5f03b6
+1
View File
@@ -195,6 +195,7 @@
.ant-dropdown-menu .ant-dropdown-menu-sub {
max-height: 350px;
width: max-content;
overflow-y: auto;
overflow-x: hidden;
}