mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
css: quick fix after IE11 changes
Temporary fix so that the add panel panel works properly. This will
break a3f15ced68
.
This commit is contained in:
parent
817b8d3946
commit
ce787b88bf
@ -33,7 +33,7 @@ div.flot-text {
|
|||||||
border: $panel-border;
|
border: $panel-border;
|
||||||
position: relative;
|
position: relative;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
//height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
&.panel-transparent {
|
&.panel-transparent {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
Loading…
Reference in New Issue
Block a user