Merge pull request #186 from CartoDB/13132-disable-interaction-when-dropdown-is-open

Nothing else should be interactive when a dropdown is open
This commit is contained in:
Carlos Matallín
2017-12-26 10:50:53 +01:00
committed by GitHub

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;
}