Fix for double scroll in history area

This commit is contained in:
Paul Clarke 2016-10-28 11:42:29 +13:00
parent 7969f70c25
commit d0619c1f0f
2 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,10 @@
cursor:pointer;
}
.CMSPageHistoryController{
overflow:hidden;
}
.CMSPageHistoryController ins{
background-color:#dfd;
padding:2px;

View File

@ -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;