ソースを参照

Merge pull request #13822 from grafana/fix-solo-panel-size

fix panel solo size
Torkel Ödegaard 7 年 前
コミット
df7915f3b4
1 ファイル変更3 行追加0 行削除
  1. 3 0
      public/sass/pages/_dashboard.scss

+ 3 - 0
public/sass/pages/_dashboard.scss

@@ -21,6 +21,9 @@ div.flot-text {
   height: 100%;
 
   &--solo {
+    position: fixed;
+    bottom: 0;
+    right: 0;
     margin: 0;
     .panel-container {
       border: none;