Browse Source

Fix setting editor overflow bug.

Afshin Darian 7 năm trước cách đây
mục cha
commit
bcdf2f2f16
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      packages/settingeditor-extension/style/settingeditor.css

+ 1 - 0
packages/settingeditor-extension/style/settingeditor.css

@@ -121,6 +121,7 @@
   height: 100%;
   margin-left: 0;
   margin-right: 0;
+  overflow: auto;
 }