making chrome scroll up when showing the component menu on the Studio unit page

This commit is contained in:
Frances Botsford
2014-04-01 17:14:11 -04:00
committed by Andy Armstrong
parent 4f85228e66
commit be8e99444a

View File

@@ -3,7 +3,7 @@
// start with the view/body
[class*="view-"] {
overflow: auto;
overflow: initial;
// modal-window backdrop covers the window
.wrapper-modal-window {