This is a migrated thread and some comments may be shown as answers.

[Solved] expand dropdown out of grid

0 Answers 11 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Lazze
Top achievements
Rank 1
Lazze asked on 27 Aug 2012, 08:12 AM
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?

.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);
}
Tags
Grid
Asked by
Lazze
Top achievements
Rank 1
Share this question
or