diff --git a/client/dist/styles/bundle.css b/client/dist/styles/bundle.css index 5bb2843d..785b3783 100644 --- a/client/dist/styles/bundle.css +++ b/client/dist/styles/bundle.css @@ -10,6 +10,10 @@ cursor:pointer; } +.CMSPageHistoryController{ + overflow:hidden; +} + .CMSPageHistoryController ins{ background-color:#dfd; padding:2px; diff --git a/client/src/styles/legacy/_CMSMain.scss b/client/src/styles/legacy/_CMSMain.scss index 0ab39fce..aa8998d7 100644 --- a/client/src/styles/legacy/_CMSMain.scss +++ b/client/src/styles/legacy/_CMSMain.scss @@ -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;