working on making splitting accounts work properly.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user