This CSS fix adds a scrollbar to the modal if content height is greater than resolution
这个提交包含在:
父节点
e4952101f9
当前提交
f1ade7d3ef
共有 1 个文件被更改,包括 4 次插入 和 0 次删除
|
|
@ -250,4 +250,8 @@ color: #ffffff;
|
|||
.dxatlasdatepicker {
|
||||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
.modal-body {
|
||||
max-height: calc(100vh - 200px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
正在加载…
在新工单中引用