summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2022-11-01 10:40:36 +0700
committerIT Fixcomart <it@fixcomart.co.id>2022-11-01 10:40:36 +0700
commit410b363883cc8b441bc2a858825ade07d72a19ca (patch)
treec39d9fbc13381e5ac5b67f37b5d8aa6a194c745c /src/styles
parent83354e3e9af77447a399b1f47fa22c7fccbbbe72 (diff)
Add progress bar and performance optimization
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/globals.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css
index 763a6d39..2e4ea975 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -217,4 +217,8 @@ html, body {
.swiper-slide {
@apply !h-auto;
+}
+
+.lazy-load-image-background {
+ @apply !block;
} \ No newline at end of file