Display a dropdown menu inside another one

This commit is contained in:
yflory
2017-11-15 15:35:28 +01:00
parent 014e12b5b5
commit 1f53304ad3
4 changed files with 40 additions and 6 deletions

View File

@@ -667,8 +667,9 @@
}
.cp-dropdown-content {
margin: 0;
overflow: visible;
}
button {
& > button {
display: flex;
justify-content: center;
align-items: center;