phoenix-components-library
Version:
Component library for Phoenix Frontend Projects.
19 lines (18 loc) • 427 B
CSS
.es-selector {
-webkit-appearance: none;
position: relative; }
.es-selector-options {
position: absolute;
border: solid 1px #e9ebeb;
width: 100%;
top: 32px;
background: #fff;
z-index: 5;
max-height: 300px;
overflow: hidden;
overflow-y: auto; }
.es-selector-options p {
padding: 15px; }
.es-selector-options p:hover {
background: #6db749;
color: #fff; }