@cyber-harbour/ui 1.0.42 → 1.0.43

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/index.mjs CHANGED
@@ -750,7 +750,7 @@ import X1,{createGlobalStyle,css,styled,StyleSheetManager,ThemeProvider,useTheme
750
750
 
751
751
  & > aside {
752
752
  grid-area: sidebar;
753
- max-height: 100vh;
753
+ max-height: 100dvh;
754
754
  }
755
755
 
756
756
  & > main {