@lmy54321/design-system 1.1.1 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -165,6 +165,15 @@
165
165
  body {
166
166
  @apply bg-background text-foreground;
167
167
  font-family: var(--font-family-sans);
168
+ overflow-x: hidden;
169
+ width: 100%;
170
+ max-width: 100vw;
171
+ }
172
+
173
+ #root {
174
+ width: 100%;
175
+ max-width: 100vw;
176
+ overflow-x: hidden;
168
177
  }
169
178
  }
170
179