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

removed height 100% from panel-container to fix ie11 panel edit mode
This commit is contained in:
Daniel Lee
2018-04-25 16:26:41 +02:00
committed by GitHub
-1
View File
@@ -33,7 +33,6 @@ div.flot-text {
border: $panel-border;
position: relative;
border-radius: 3px;
height: 100%;
&.panel-transparent {
background-color: transparent;