This CSS fix adds a scrollbar to the modal if content height is greater than resolution
这个提交包含在:
父节点
0ff9070fbe
当前提交
106559d1eb
共有 1 个文件被更改,包括 6 次插入 和 1 次删除
|
|
@ -242,4 +242,9 @@ color: #ffffff;
|
|||
.was-map-dialog .modal-dialog {
|
||||
max-width: 73% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
max-height: calc(100vh - 200px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
正在加载…
在新工单中引用