@rpg-engine/long-bow 0.8.215 → 0.8.216

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": "@rpg-engine/long-bow",
3
- "version": "0.8.215",
3
+ "version": "0.8.216",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -556,9 +556,10 @@ const Container = styled.div`
556
556
  display: flex;
557
557
  flex-direction: column;
558
558
  width: 100%;
559
- height: 100%;
559
+ height: calc(100% - 48px);
560
560
  gap: 0.5rem;
561
561
  position: relative;
562
+ overflow: hidden;
562
563
  `;
563
564
 
564
565
  const HeaderRow = styled.div`