mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX #3430 page versions don't appear automatically in Safari - versions DOM panel was floated behind the edit form
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70781 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
b423bbe5e0
commit
9526f6e138
@ -226,6 +226,7 @@ ul.tree span.a span.modified,
|
|||||||
.listpane div.unitBody {
|
.listpane div.unitBody {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
clear: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listpane li a {
|
.listpane li a {
|
||||||
|
Loading…
Reference in New Issue
Block a user