Commit ee190552 authored by Sohaib Gondal's avatar Sohaib Gondal Committed by IntelligenceBank Drupal
Browse files

Issue #3271340: iframe is not resizing automatically to window height

parent d8f72793
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
.ib-dam-app-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  /* Fix applied: Hide the vertical scroll bar
  */
  /*height: 0;*/
  /*padding-bottom: 100%;*/
  height: 70vh;
}

.ib-dam-app-browser {
@@ -23,3 +26,10 @@
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/***
  Issue: vertical scroll bar in intelligenceBank Asset popup window is always visible.
  - We applied quick fix below.
**/
.ui-dialog{
  top: 5% !important;
}