Spaces:
Runtime error
Runtime error
File size: 430 Bytes
db5855f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
@import '@spark-design/css/components/shadow/index.css';
@import '@spark-design/css/components/list/index.css';
@import '@spark-design/css/components/popover/index.css';
@import '@spark-design/css/components/dropdown/index.css';
.spark-popover {
position: absolute;
z-index: 100000;
}
.dropdown-popover-bottom {
margin-top: 0.25rem;
}
.dropdown-popover-top {
margin-bottom: 0.25rem;
bottom: 100%;
}
|