This is an automated email from the ASF dual-hosted git repository.
xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 1fe4799 fix modal disappears in some resolutions(#181) (#182)
1fe4799 is described below
commit 1fe479981fd2ebda8f7166b4b2a81081db7de052
Author: Gao Liang <[email protected]>
AuthorDate: Wed Feb 23 11:36:46 2022 +0800
fix modal disappears in some resolutions(#181) (#182)
---
src/index.less | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/index.less b/src/index.less
index 031c48a..094d0a3 100644
--- a/src/index.less
+++ b/src/index.less
@@ -130,3 +130,9 @@ body {
cursor: col-resize;
}
}
+
+:global {
+ .ant-modal {
+ max-width: calc(100vw - 32px);
+ }
+}