app/assets/css/base/base.css in coveragebook_components-0.7.9 vs app/assets/css/base/base.css in coveragebook_components-0.7.10
- old
+ new
@@ -8,11 +8,23 @@
@import "./components/tooltip";
@import "./components/dropdown";
@import "./components/coco";
@layer base {
+ :root {
+ --app-height: 100%;
+ }
+
html {
@apply font-body scroll-smooth motion-safe:scroll-auto text-content-dark-1;
+ }
+
+ html.app-layout,
+ html.app-layout body {
+ width: 100vw;
+ height: 100vh;
+ height: var(—-app-height);
+ overflow: hidden;
}
a {
@apply text-current underline underline-offset-2;
}