mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-09-17 18:57:13 +00:00
allow the el-dialog body show scrollbar
This commit is contained in:
+1
-2
@@ -119,14 +119,13 @@ body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
overflow: hidden;
|
||||
|
||||
.el-dialog {
|
||||
margin: 0;
|
||||
|
||||
.el-dialog__body {
|
||||
//max-height 80vh
|
||||
overflow-y: auto;
|
||||
max-height: calc(100vh - 100px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user