@voplus/morpho-workspace 6.0.96 → 6.0.97

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,11 @@
1
1
  :global {
2
2
  .board-page {
3
- height: 100%;
3
+ transform: scale(0.9);
4
+ transform-origin: top left;
5
+ width: 110%;
6
+ height: 110%;
7
+ overflow: hidden;
8
+ // height: 100%;
4
9
  display: flex;
5
10
  flex-direction: column;
6
11
  .ant-tabs {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voplus/morpho-workspace",
3
- "version": "6.0.96",
3
+ "version": "6.0.97",
4
4
  "description": "morpho workspace module",
5
5
  "repository": {
6
6
  "type": "git",