From 9dfd611ba4acaf62c1e0ee971284803931e29ecc Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Thu, 25 Aug 2022 10:02:09 +0300 Subject: [PATCH] delete icon styling for dropzone component --- public/css/app.css | 6 ++++-- public/css/third_party/dropzone_custom.css | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index 5bf4ab8ba..5025842c9 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -411,8 +411,10 @@ width: 45px; } - - +.form-file [data-dz-remove] { + bottom: 7px; + z-index: 99; +} /* ! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com */ diff --git a/public/css/third_party/dropzone_custom.css b/public/css/third_party/dropzone_custom.css index 4a1d89fbc..313976b4c 100644 --- a/public/css/third_party/dropzone_custom.css +++ b/public/css/third_party/dropzone_custom.css @@ -96,4 +96,7 @@ width: 45px; } - +.form-file [data-dz-remove] { + bottom: 7px; + z-index: 99; +} \ No newline at end of file