@sikka/hawa 0.0.147 → 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/dist/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
  }
@@ -1784,6 +1781,13 @@ body {
1784
1781
  font-family: "IBM Plex Sans Arabic", sans-serif;
1785
1782
  }
1786
1783
 
1784
+ .layoutBody_open {
1785
+ background-color: red;
1786
+ /* left: 10rem; */
1787
+ position: fixed;
1788
+ left: 56px;
1789
+ }
1790
+
1787
1791
  .after\:absolute::after {
1788
1792
  content: var(--tw-content);
1789
1793
  position: absolute;