working on making splitting accounts work properly.

This commit is contained in:
Bryce Covert
2018-06-04 21:24:26 -07:00
parent 2f744be36c
commit b571e9a726
2 changed files with 22 additions and 3 deletions

View File

@@ -273,10 +273,20 @@
.typeahead {
position:relative;
overflow:visible;
}
.modal {
overflow: visible;
}
.modal-card-body {
overflow: visible;
}
.typeahead-menu {
position: absolute;
position:absolute;
display: inline-block;
width: 100%;
top: 100%;
@@ -296,7 +306,8 @@
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
/* background-clip: padding-box; */
}
.typeahead-suggestion {