Merge pull request #11722 from grafana/ie11-panel-edit-height

removed height 100% from panel-container to fix ie11 panel edit mode
pull/11863/head
Daniel Lee 7 years ago committed by GitHub
commit 4b73f67703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      public/sass/pages/_dashboard.scss

@ -33,7 +33,6 @@ div.flot-text {
border: $panel-border;
position: relative;
border-radius: 3px;
height: 100%;
&.panel-transparent {
background-color: transparent;

Loading…
Cancel
Save