mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-12-05 05:29:47 +08:00
refactor: 更改 dropdown 下拉菜单高度
This commit is contained in:
parent
45695d6b59
commit
629a0d3c92
@ -562,6 +562,15 @@ a {
|
||||
.dropleft .dropdown-toggle:before {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
max-height: 186px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.dropdown-item {
|
||||
cursor: pointer;
|
||||
}
|
||||
/*end dropdown*/
|
||||
|
||||
/*collapse*/
|
||||
|
Loading…
Reference in New Issue
Block a user