groundfloor-react-ui 1.2.54 → 1.2.56

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
@@ -2925,7 +2925,7 @@ position: relative;
2925
2925
  flex-direction: column;
2926
2926
  background-color: transparent;
2927
2927
  width: 100%;
2928
- height: 100vh;
2928
+ height: calc(100vh - 56px);
2929
2929
 
2930
2930
  .service-layer:last-of-type {
2931
2931
  margin-top: auto;
package/dist/index.js CHANGED
@@ -2925,7 +2925,7 @@ position: relative;
2925
2925
  flex-direction: column;
2926
2926
  background-color: transparent;
2927
2927
  width: 100%;
2928
- height: 100vh;
2928
+ height: calc(100vh - 56px);
2929
2929
 
2930
2930
  .service-layer:last-of-type {
2931
2931
  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.54",
4
+ "version": "1.2.56",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
7
7
  "private": false,