mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-05 04:19:02 +08:00
fix(styles): set dropdown menu width to max-content for better layout
This commit is contained in:
parent
538e4f2e40
commit
82cf5f03b6
@ -195,6 +195,7 @@
|
|||||||
|
|
||||||
.ant-dropdown-menu .ant-dropdown-menu-sub {
|
.ant-dropdown-menu .ant-dropdown-menu-sub {
|
||||||
max-height: 350px;
|
max-height: 350px;
|
||||||
|
width: max-content;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user