Browse Source

feat: hide the UI elements when printing the page (#1680)

Youness Fkhach 4 năm trước cách đây
mục cha
commit
9151da772c
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      src/css/styles.scss

+ 8 - 0
src/css/styles.scss

@@ -484,3 +484,11 @@ button,
 .disable-pointerEvents {
   pointer-events: none !important;
 }
+
+@media print {
+  .App-bottom-bar,
+  .FixedSideContainer,
+  .layer-ui__wrapper {
+    display: none;
+  }
+}