Commit b070c8d8 authored by troy351's avatar troy351 Committed by 杨奕

ColorPicker: declare box-sizing for panel (#9780)

in case some users declare `box-sizing: border-box` globally and may causing unexpected problems
parent ad07722a
......@@ -336,6 +336,7 @@
position: absolute;
z-index: 10;
padding: 6px;
box-sizing: content-box;
background-color: $--color-white;
border: 1px solid $--border-color-lighter;
border-radius: $--border-radius-base;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment