@sikka/hawa 0.0.148 → 0.0.149

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sikka/hawa",
3
- "version": "0.0.148",
3
+ "version": "0.0.149",
4
4
  "description": "UI Kit",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.es.js",
@@ -237,7 +237,7 @@ export const HawaAppLayout: React.FunctionComponent<HawaAppLayoutTypes> = (
237
237
  className={clsx(
238
238
  size > 600 ? "left-14" : "left-0",
239
239
  // size > 600 ? "w-[calc(100%-3rem)] translate-x-[3.54rem]" : "",
240
- "fixed h-full overflow-auto p-4",
240
+ "fixed h-full w-full overflow-y-auto",
241
241
  props.topBar ? "top-14" : "top-0",
242
242
  // props.topBar ? "mt-[3.6rem]" : "mt-0",
243
243
  // keepOpen ? "w-[calc(100%-10rem)] translate-x-[10.54rem]" : ""
package/src/styles.css CHANGED
@@ -1080,9 +1080,6 @@ video {
1080
1080
  .justify-self-end {
1081
1081
  justify-self: end;
1082
1082
  }
1083
- .overflow-auto {
1084
- overflow: auto;
1085
- }
1086
1083
  .overflow-hidden {
1087
1084
  overflow: hidden;
1088
1085
  }