Ver Fonte

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

fix panel solo size
Torkel Ödegaard há 7 anos atrás
pai
commit
df7915f3b4
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      public/sass/pages/_dashboard.scss

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

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