Adam 1 mese fa
parent
commit
38f7071da9
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      packages/ui/src/pierre/index.ts

+ 3 - 1
packages/ui/src/pierre/index.ts

@@ -104,7 +104,8 @@ const unsafeCSS = `
 }
 
 [data-diff-header],
-[data-diff] {
+[data-diff],
+[data-file] {
   [data-separator] {
     height: 24px;
   }
@@ -122,6 +123,7 @@ const unsafeCSS = `
   }
   [data-code] {
     overflow-x: auto !important;
+    overflow-y: hidden !important;
   }
 }`