Browse Source

Make sure the controlbox has 100% height

JC Brand 1 tháng trước cách đây
mục cha
commit
6af183736d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/plugins/controlbox/styles/_controlbox.scss

+ 1 - 0
src/plugins/controlbox/styles/_controlbox.scss

@@ -56,6 +56,7 @@
         }
 
         .box-flyout {
+            height: 100%;
             background-color: var(--background-color);
         }