This question is locked. New answers and comments are not allowed.
Hey,
I'm using an autocomplete script, which expands a dropdown. Unfortunately i can't make it expands outside the grid, it will just resize the grid to fit. Is there any way i can make it expand outside of grid borders?
I'm using an autocomplete script, which expands a dropdown. Unfortunately i can't make it expands outside the grid, it will just resize the grid to fit. Is there any way i can make it expand outside of grid borders?
.mentions-input-box .mentions-autocomplete-list { display: none; background: #fff; border: 1px solid #b2b2b2; position: static; left: 0; right: 0; z-index: 10000; margin-top: -2px; overflow: auto; border-radius:5px; border-top-right-radius:0; border-top-left-radius:0; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);}