From fc48ffac78652b3a8370a413e597427efe1a5cde Mon Sep 17 00:00:00 2001 From: 07akioni <07akioni2@gmail.com> Date: Thu, 9 Jan 2020 00:47:14 +0800 Subject: [PATCH] fix(base-select-menu): overflow --- styles/BaseSelectMenu.scss | 7 ++++--- think.md | 3 +++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/styles/BaseSelectMenu.scss b/styles/BaseSelectMenu.scss index ddb8bf094..2e3787649 100644 --- a/styles/BaseSelectMenu.scss +++ b/styles/BaseSelectMenu.scss @@ -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 { diff --git a/think.md b/think.md index 78fb421bd..017e51c99 100644 --- a/think.md +++ b/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