mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
Fix for double scroll in history area
This commit is contained in:
parent
7969f70c25
commit
d0619c1f0f
4
client/dist/styles/bundle.css
vendored
4
client/dist/styles/bundle.css
vendored
@ -10,6 +10,10 @@
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.CMSPageHistoryController{
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.CMSPageHistoryController ins{
|
||||
background-color:#dfd;
|
||||
padding:2px;
|
||||
|
@ -31,6 +31,8 @@
|
||||
}
|
||||
|
||||
.CMSPageHistoryController {
|
||||
overflow: hidden; // Fixes weird bug for double scroll in history area on browser resize
|
||||
|
||||
ins {
|
||||
background-color: #DFD;
|
||||
padding: 2px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user