appyoumake / Appyoumake

Nyeste MLAB
Other
1 stars 0 forks source link

Large apps push up the toolbar #506

Closed leadermontanus closed 4 years ago

leadermontanus commented 5 years ago

In the Diakonhjemmet app the toolbar is half invisible as the page list pushes it up. Caused by the .main height CSS in layout.sass only deducting half of what is required for the height.

leadermontanus commented 5 years ago

Fixed with height: calc(100% - (#{$header-height} + #{$toolbox-height + 1px}));