groundfloor-react-ui 1.2.55 → 1.2.57

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/index.es.js CHANGED
@@ -2892,6 +2892,7 @@ position: relative;
2892
2892
  display: flex;
2893
2893
  flex-direction: column;
2894
2894
  height: ${({toggleSideBarOpen:e})=>"100vh"};
2895
+ /* min-height: '-webkit-fill-available'; */
2895
2896
 
2896
2897
  @media (max-width: 428px) {
2897
2898
  height: ${({toggleSideBarOpen:e})=>e?"100vh":"56px"};
@@ -2925,7 +2926,7 @@ position: relative;
2925
2926
  flex-direction: column;
2926
2927
  background-color: transparent;
2927
2928
  width: 100%;
2928
- height: calc(100vh - 56px);
2929
+ height: calc(100% - 56px);
2929
2930
 
2930
2931
  .service-layer:last-of-type {
2931
2932
  margin-top: auto;
package/dist/index.js CHANGED
@@ -2892,6 +2892,7 @@ position: relative;
2892
2892
  display: flex;
2893
2893
  flex-direction: column;
2894
2894
  height: ${({toggleSideBarOpen:e})=>"100vh"};
2895
+ /* min-height: '-webkit-fill-available'; */
2895
2896
 
2896
2897
  @media (max-width: 428px) {
2897
2898
  height: ${({toggleSideBarOpen:e})=>e?"100vh":"56px"};
@@ -2925,7 +2926,7 @@ position: relative;
2925
2926
  flex-direction: column;
2926
2927
  background-color: transparent;
2927
2928
  width: 100%;
2928
- height: calc(100vh - 56px);
2929
+ height: calc(100% - 56px);
2929
2930
 
2930
2931
  .service-layer:last-of-type {
2931
2932
  margin-top: auto;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "groundfloor-react-ui",
3
3
  "description": "Official component library for Ground Floor",
4
- "version": "1.2.55",
4
+ "version": "1.2.57",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
7
7
  "private": false,