diff --git a/src/lib/components/budget/BudgetDetailView.svelte b/src/lib/components/budget/BudgetDetailView.svelte
index 312aa697eea59657c113e7ccebc8aaacfa2fb6ed..c4a34bcd3313d6e7c19407f487fd30e78d1a0e8d 100644
--- a/src/lib/components/budget/BudgetDetailView.svelte
+++ b/src/lib/components/budget/BudgetDetailView.svelte
@@ -778,10 +778,6 @@
               <div class="h-12 bg-gradient-to-b from-white" />
             </Html>
 
-            <Html pointerEvents={false}>
-              <div class="bg-diagonal-stripes h-6" />
-            </Html>
-
             <Html pointerEvents={false}>
               <div class="flex justify-end">
                 <button
diff --git a/tailwind.config.cjs b/tailwind.config.cjs
index c41f1d6fe7b52eded916d495f7c43066637b3c0c..c12796301ccefffc24d70eb6ec515c7fd5f447df 100644
--- a/tailwind.config.cjs
+++ b/tailwind.config.cjs
@@ -34,8 +34,6 @@ const config = {
         /* Polka dots - Heropatterns.com échelle réduite */
         "polka-dots":
           "url(\"data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%' height='100%' fill='%23fff'/%3E%3Cg fill='%23ded500' fill-opacity='0.4' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E\")",
-        "diagonal-stripes":
-          "url(\"data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E\")",
       },
       blur: {
         xs: "1.2px",