Merge pull request #5228 from opf/fix/24699-split-screen-view-on-mobile-messed-up-Safari

[24699] Split screen view on mobile messed up (Safari)
pull/5238/head
Oliver Günther 8 years ago committed by GitHub
commit 33a0621eb8
  1. 5
      app/assets/stylesheets/layout/_work_package_mobile.sass

@ -197,6 +197,11 @@
margin: 0
padding: 0
// Workaround to assure that safari has the correct height
&.action-index #content .work-packages--split-view,
&.action-details #content .work-packages--split-view
height: 100vh
.toolbar-items
background: #fff
display: flex

Loading…
Cancel
Save