From 04961a55929017f77ee6801d2b7ada4c05689821 Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Thu, 31 Jul 2025 15:55:05 +0700 Subject: fix repeat order --- src/styles/globals.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/styles/globals.css') 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; +} -- cgit v1.2.3