This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
SXS20240115/SRC/iMES_PAD/module/moduleWIP/program/dialog/material/material.css
2024-01-24 16:47:50 +08:00

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);
}