anentrypoint-design 0.0.65 → 0.0.66
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/247420.app.js +2 -2
- package/dist/247420.css +3 -1
- package/dist/247420.js +19 -19
- package/package.json +1 -1
- package/src/components/shell.js +1 -4
- package/src/desktop/freddie-dashboard.js +251 -27
package/dist/247420.css
CHANGED
|
@@ -795,10 +795,11 @@
|
|
|
795
795
|
}
|
|
796
796
|
|
|
797
797
|
.ds-247420 .app {
|
|
798
|
-
|
|
798
|
+
height: 100vh;
|
|
799
799
|
display: flex;
|
|
800
800
|
flex-direction: column;
|
|
801
801
|
background: var(--panel-0);
|
|
802
|
+
overflow: hidden;
|
|
802
803
|
}
|
|
803
804
|
|
|
804
805
|
/* Top bar — sticky chrome, elevated via shadow so content doesn't bleed under */
|
|
@@ -960,6 +961,7 @@
|
|
|
960
961
|
background: var(--panel-0);
|
|
961
962
|
padding: 16px 20px 72px 20px;
|
|
962
963
|
overflow-y: auto;
|
|
964
|
+
min-height: 0;
|
|
963
965
|
}
|
|
964
966
|
.ds-247420 .app-main.narrow { max-width: 820px; }
|
|
965
967
|
.ds-247420 .app-main.centered { margin: 0 auto; }
|