aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/ParentDocumentSelector.scss
blob: f3c605f3e28853a1c4c03189464b7aa693152f11 (plain)
1
2
3
4
5
6
7
8
.PDS-flyout {
    position: absolute;
    z-index: 9999;
    background-color: #d3d3d3;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    min-width: 150px;
    color: black;
}