mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge pull request #1679 from open-sausages/pulls/4.0/safari-layout-bugs
Safari layout bugs for page actions toolbar and menu toggle area
This commit is contained in:
commit
703b93fdc5
@ -1,4 +1,4 @@
|
||||
<div id="pages-controller-cms-content" class="has-panel cms-content flexbox-area-grow fill-height $BaseCSSClasses" data-layout-type="border" data-pjax-fragment="Content" data-ignore-tab-state="true">
|
||||
<div id="pages-controller-cms-content" class="has-panel cms-content flexbox-area-grow fill-width fill-height $BaseCSSClasses" data-layout-type="border" data-pjax-fragment="Content" data-ignore-tab-state="true">
|
||||
<div class="fill-width fill-height flexbox-area-grow">
|
||||
$Tools
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="flexbox-area-grow fill-height fill-width">
|
||||
<div class="flexbox-area-grow fill-height">
|
||||
$EditForm
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user