14 lines
252 B
CSS
14 lines
252 B
CSS
.material-dialog {
|
|
position: absolute;
|
|
right: 0px;
|
|
width: 100%;
|
|
}
|
|
|
|
.material-dialog materiallist {
|
|
height: 100%;
|
|
}
|
|
|
|
.material-dialog materiallist .perfect-scrollbar {
|
|
height: calc(100% - 28px);
|
|
}
|