draft-components 1.10.1 → 1.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/draft-components.css +1 -1
- package/package.json +1 -1
package/css/draft-components.css
CHANGED
|
@@ -3937,7 +3937,6 @@
|
|
|
3937
3937
|
}
|
|
3938
3938
|
|
|
3939
3939
|
.dc-filtered-search__filters {
|
|
3940
|
-
z-index: var(--dc-overlay-z-index);
|
|
3941
3940
|
display: flex;
|
|
3942
3941
|
flex-grow: 1;
|
|
3943
3942
|
flex-wrap: wrap;
|
|
@@ -3984,6 +3983,7 @@
|
|
|
3984
3983
|
.dc-filtered-search__list-box {
|
|
3985
3984
|
font-size: var(--dc-filtered-search-font-size);
|
|
3986
3985
|
position: absolute;
|
|
3986
|
+
z-index: var(--dc-overlay-z-index);
|
|
3987
3987
|
top: calc(100% + 8px);
|
|
3988
3988
|
left: 0;
|
|
3989
3989
|
box-sizing: border-box;
|