Closed leadermontanus closed 4 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.
Fixed with height: calc(100% - (#{$header-height} + #{$toolbox-height + 1px}));
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.