@salaxy/ng1
Version:
AngularJS libraries for Salaxy platform (Palkkaus.fi)
24 lines (18 loc) • 338 B
text/less
.modal-calc-list, .modal-worker-list{
.list-content{
max-height: calc(100vh - 370px);
overflow-y:auto;
}
.striped{
background-color: @table-bg-accent;
}
ul {
padding: 0;
max-height: 500px;
overflow-y: auto;
}
li {
padding: 0px 10px 0 10px;
list-style: none;
}
}