cart: fix dark theme

This commit is contained in:
2025-10-09 00:38:33 +03:00
parent ca54ce37cb
commit 4fe0835de4
6 changed files with 35 additions and 44 deletions

View File

@@ -48,7 +48,9 @@ body,
.ant-app {
max-width: 100vw;
max-height: 100vh;
/* overflow: hidden; */
/* overflow: auto; */
/* added temporary to remove scrollbar in desktop */
scrollbar-width: none;
}
body {
@@ -314,4 +316,4 @@ label {
> label.ant-form-item-required::before {
position: relative !important;
top: 3px !important;
}
}