Commit 3af423e3 authored by IntelligenceBank Drupal's avatar IntelligenceBank Drupal
Browse files

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

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

.ib-dam-app-browser {
@@ -26,10 +23,3 @@
  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;
}