mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-18 12:34:25 +08:00
fix(base-select-menu): overflow
This commit is contained in:
parent
1ee5e98418
commit
fc48ffac78
@ -26,7 +26,6 @@
|
||||
@include base-select-size-mixin("medium");
|
||||
@include base-select-size-mixin("large");
|
||||
@include base-select-size-mixin("huge");
|
||||
overflow: hidden;
|
||||
outline: none;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
@ -40,10 +39,12 @@
|
||||
}
|
||||
@include b(base-select-menu-light-bar-wrapper) {
|
||||
position: absolute;
|
||||
left: -6px;
|
||||
right: -6px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
overflow: hidden;
|
||||
border-radius: 6px;
|
||||
}
|
||||
/** transition of menu light bar */
|
||||
.n-base-select-menu-light-bar--transition-enter-active {
|
||||
|
3
think.md
3
think.md
@ -117,6 +117,9 @@ Menu Root Indent = 0 可以造成问题
|
||||
Md Loader 对于 strong 的处理
|
||||
用 RAF 优化 scrollbar 性能
|
||||
Anchor 切换有 bug,忽然闪现第一个
|
||||
Notification content close
|
||||
Safari select lightbar container overflow 边角
|
||||
Chrome lightbar offset @table fitler
|
||||
|
||||
// issue fix, add delay prop
|
||||
// add trigger to tooltip
|
||||
|
Loading…
Reference in New Issue
Block a user