Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Menu Scrolling / Fixed Issues › Reply To: Menu Scrolling / Fixed Issues
March 30, 2015 at 10:55 pm
#2653
Participant
Hello,
Yes, I see it is broken in Chrome now.
Add the top: 10% !important;
property to the .cma-admin-dialog.ui-dialog
class:
.cma-admin-dialog.ui-dialog{
border: none;
background: #fff;
border-radius: 0;
position: fixed;
top: 10% important;
}
Robert