瀏覽代碼

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

Youness Fkhach 4 年之前
父節點
當前提交
9151da772c
共有 1 個文件被更改,包括 8 次插入0 次删除
  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;
+  }
+}