Commit 0da89d35 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

fixed monitoring page iframe size issue

parent 4658e081
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -74,7 +74,8 @@ const DashboardContainer = props => {
                  display="initial"
                  position="relative"
                  allowFullScreen
                  styles={{ width: '100%', height: '100%' }}
                  width='100%'
                  height='100%'
                />
              </div>
            </div>