fix(base-select-menu): overflow

This commit is contained in:
07akioni 2020-01-09 00:47:14 +08:00
parent 1ee5e98418
commit fc48ffac78
2 changed files with 7 additions and 3 deletions

View File

@ -26,7 +26,6 @@
@include base-select-size-mixin("medium"); @include base-select-size-mixin("medium");
@include base-select-size-mixin("large"); @include base-select-size-mixin("large");
@include base-select-size-mixin("huge"); @include base-select-size-mixin("huge");
overflow: hidden;
outline: none; outline: none;
margin-top: 4px; margin-top: 4px;
margin-bottom: 4px; margin-bottom: 4px;
@ -40,10 +39,12 @@
} }
@include b(base-select-menu-light-bar-wrapper) { @include b(base-select-menu-light-bar-wrapper) {
position: absolute; position: absolute;
left: -6px; left: 0px;
right: -6px; right: 0px;
top: 0; top: 0;
bottom: 0; bottom: 0;
overflow: hidden;
border-radius: 6px;
} }
/** transition of menu light bar */ /** transition of menu light bar */
.n-base-select-menu-light-bar--transition-enter-active { .n-base-select-menu-light-bar--transition-enter-active {

View File

@ -117,6 +117,9 @@ Menu Root Indent = 0 可以造成问题
Md Loader 对于 strong 的处理 Md Loader 对于 strong 的处理
用 RAF 优化 scrollbar 性能 用 RAF 优化 scrollbar 性能
Anchor 切换有 bug忽然闪现第一个 Anchor 切换有 bug忽然闪现第一个
Notification content close
Safari select lightbar container overflow 边角
Chrome lightbar offset @table fitler
// issue fix, add delay prop // issue fix, add delay prop
// add trigger to tooltip // add trigger to tooltip