[Frontend] Sanding on larger locator control

Fixes #1118
This commit is contained in:
Charles Hacskaylo 2016-08-09 23:08:25 -07:00
parent 2e8d021a6a
commit b48ca99119

View File

@ -106,17 +106,14 @@
.selector-list {
// Used in create overlay to display tree view
@include nice-input();
padding: $interiorMargin;
position: relative;
min-height: 150px;
height: 100%;
>.wrapper {
$p: $interiorMargin;
box-sizing: border-box;
overflow: auto;
position: absolute;
top: $p;
right: $p;
bottom: $p;
left: $p;
}
}
}