diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-07-31 15:55:05 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-07-31 15:55:05 +0700 |
| commit | 04961a55929017f77ee6801d2b7ada4c05689821 (patch) | |
| tree | 5c519ac632391b34e1cc2bb31d011be37bb2d779 /src/styles | |
| parent | 077467cf53b46d8049df8b812577cd1a03011eba (diff) | |
<hafid> fix repeat order
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/globals.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css index d9b82447..1860fc2b 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -696,3 +696,11 @@ button { ::-webkit-scrollbar-thumb:hover { background-color: #555; } +.status-swiper { + width: 100%; + height: 100%; +} + +.status-swiper .swiper-slide { + width: auto !important; +} |
