Add dropdown overlay style
This commit is contained in:
parent
a79c4a921b
commit
95f9ea1d75
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user