소스 검색

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;