Browse Source

fix height view

CauseFX 5 years ago
parent
commit
fbb281011b
2 changed files with 13 additions and 3 deletions
  1. 13 3
      css/organizr.css
  2. 0 0
      css/organizr.min.css

+ 13 - 3
css/organizr.css

@@ -76,7 +76,7 @@ span.jsgrid-pager-page.jsgrid-pager-current-page.btn.btn-primary{
 
 
 .iframe {
 .iframe {
     width: 100%;
     width: 100%;
-    height: calc(100vh - 40px);
+    height: 100%;
     position: inherit;
     position: inherit;
     display: block;
     display: block;
 }
 }
@@ -120,7 +120,7 @@ span.jsgrid-pager-page.jsgrid-pager-current-page.btn.btn-primary{
 }
 }
 .organizr-area,
 .organizr-area,
 .organizr-area-right {
 .organizr-area-right {
-    height: calc(100vh - 40px);
+    height: 100%;
     position: absolute;
     position: absolute;
     width: 100%;
     width: 100%;
 }
 }
@@ -1477,7 +1477,7 @@ img.img-chooser {
     display: none;
     display: none;
 }
 }
 .chat-main-box {
 .chat-main-box {
-    height: calc(100vh - 40px);
+    height: 100%;
 }
 }
 .chat-list,
 .chat-list,
 .chatonline {
 .chatonline {
@@ -1668,11 +1668,21 @@ span.has-coupon {
 .content-wrapper #page-wrapper {
 .content-wrapper #page-wrapper {
     width: 100%;
     width: 100%;
 }
 }
+#page-wrapper .simplebar-content,
+#page-wrapper-right .simplebar-content {
+    height: 100%;
+}
 #page-wrapper-right {
 #page-wrapper-right {
     height: calc(100% - 40px);
     height: calc(100% - 40px);
     overflow: auto;
     overflow: auto;
     position: absolute;
     position: absolute;
 }
 }
+.iFrame-listing {
+    height: 100%;
+}
+.frame-container {
+    height: 100%;
+}
 html{
 html{
     overflow: hidden !important;
     overflow: hidden !important;
 }
 }

File diff suppressed because it is too large
+ 0 - 0
css/organizr.min.css


Some files were not shown because too many files changed in this diff