Browse Source

visible range correction

ryohek 6 năm trước cách đây
mục cha
commit
5b14a2a6b3
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/client/styles/scss/_on-edit.scss

+ 3 - 1
src/client/styles/scss/_on-edit.scss

@@ -27,7 +27,9 @@ body.on-edit {
 
   // show
   .d-edit-block {
-    display: block !important;
+    @include media-breakpoint-up(sm) {
+      display: block !important;
+    }
   }
 
   // hide unnecessary elements