Increase full screen height for correct border

pull/4983/head
Henriette Dinger 8 years ago
parent dced3eedfd
commit 63760a61f8
  1. 3
      app/assets/stylesheets/_work_packages_show_view_overwrite.scss
  2. 2
      app/assets/stylesheets/layout/_work_package_mobile.sass

@ -93,8 +93,7 @@ body.controller-work_packages.action-show {
flex-shrink: 8;
border-top: 1px solid #ccc;
overflow: visible;
// Important for Safari
height: initial;
height: 100%;
// Important for Firefox to let 'flex-shrink' work correctly.
min-height: 0;

@ -73,6 +73,8 @@
position: relative
right: 0
top: 0
// Important for safari
height: initial
.tabrow
height: auto

Loading…
Cancel
Save