diff --git a/Bootstrap.Admin/Views/Shared/NavigatorConfig.cshtml b/Bootstrap.Admin/Views/Shared/NavigatorConfig.cshtml
index 92a117cb..b7c8d0bb 100644
--- a/Bootstrap.Admin/Views/Shared/NavigatorConfig.cshtml
+++ b/Bootstrap.Admin/Views/Shared/NavigatorConfig.cshtml
@@ -5,7 +5,7 @@
+
diff --git a/Bootstrap.Admin/wwwroot/css/theme-responsive.css b/Bootstrap.Admin/wwwroot/css/theme-responsive.css
index 8c55a24d..13b66dee 100644
--- a/Bootstrap.Admin/wwwroot/css/theme-responsive.css
+++ b/Bootstrap.Admin/wwwroot/css/theme-responsive.css
@@ -122,4 +122,8 @@
.modal-xl {
max-width: 1100px;
}
+
+ .modal-body-fixed {
+ max-height: calc(80vh);
+ }
}
diff --git a/Bootstrap.Admin/wwwroot/css/theme.css b/Bootstrap.Admin/wwwroot/css/theme.css
index 2af5f3dc..989c11b5 100644
--- a/Bootstrap.Admin/wwwroot/css/theme.css
+++ b/Bootstrap.Admin/wwwroot/css/theme.css
@@ -457,6 +457,11 @@ input.pending {
padding: 15px 15px 0 15px;
}
+.modal-body-fixed {
+ max-height: calc(54vh);
+ overflow-y: auto;
+}
+
.card {
margin-bottom: 15px;
box-shadow: 0 0 8px 0 rgba(0,0,0,.075), 0 2px 4px 0 rgba(255,255,255,0);