Add dropdown overlay style

This commit is contained in:
jesusbotella 2017-12-22 17:35:46 +01:00
parent a79c4a921b
commit 95f9ea1d75

View File

@ -36,3 +36,11 @@
.CDB-Box-modalHeaderItem--paddingVertical {
padding: $baseSize + 4 0;
}
.CDB-Box-modalOverlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99;
}