@luckydye/calendar 1.0.2 → 1.0.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.
Files changed (2) hide show
  1. package/dist/calendar.js +2 -2
  2. package/package.json +1 -1
package/dist/calendar.js CHANGED
@@ -4956,7 +4956,7 @@ rn.styles = Wn`
4956
4956
  border: 1px solid var(--grid-color, rgba(255, 255, 255, 0.1));
4957
4957
  flex-shrink: 0;
4958
4958
  gap: 16px;
4959
- position: fixed;
4959
+ position: absolute;
4960
4960
  bottom: 3rem;
4961
4961
  left: .5rem;
4962
4962
  right: 0.5rem;
@@ -5226,7 +5226,7 @@ rn.styles = Wn`
5226
5226
  }
5227
5227
 
5228
5228
  .status-bar {
5229
- position: fixed;
5229
+ position: absolute;
5230
5230
  bottom: 0;
5231
5231
  width: 100%;
5232
5232
  z-index: 10;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luckydye/calendar",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "author": "Tim Havlicek",
5
5
  "contributors": [],
6
6
  "description": "",