15 lines
No EOL
207 B
CSS
15 lines
No EOL
207 B
CSS
.wrapper {
|
|
position: relative;
|
|
display: inline-block;
|
|
z-index: 999;
|
|
display: flex;
|
|
flex-direction: column;
|
|
max-height: 250px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.rowItem {
|
|
&:hover {
|
|
color: $teal;
|
|
}
|
|
} |