13 lines
146 B
SCSS
13 lines
146 B
SCSS
|
|
|
|
.rw-autocomplete {
|
|
& .rw-select {
|
|
position: absolute;
|
|
display: block;
|
|
width: auto;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
}
|
|
}
|