diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-22 13:10:29 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-22 13:10:29 +0700 |
| commit | 5e2a8d315fa0bc58a18d4df5a995e402388995c9 (patch) | |
| tree | 09602b444795a4c85a5e5a422662939333466ced /src/styles | |
| parent | 24cc59486efbe9caebfb10228283ee515afb5934 (diff) | |
<iman> update category dropdown
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/globals.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css index 505dcab4..b3ca85f4 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -563,7 +563,8 @@ button { } .category-mega-box > div:hover .category-mega-box__parent { - @apply bg-gray_r-5; + @apply bg-gray_r-5 + w-full; } .category-mega-box > div:hover .category-mega-box__child-wrapper { |
