anentrypoint-design 0.0.63 → 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.css CHANGED
@@ -795,10 +795,11 @@
795
795
  }
796
796
 
797
797
  .ds-247420 .app {
798
- min-height: 100vh;
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; }