13" MackBook - Dashboard drop down overfills windows
Permalink
I have a 13" MacBook Pro that I use all the time with C5. When you have a site that has added dashboard pages the drop down window gets to long for the available height of the browser window and you can't mouse down to the lower items. It's a real pain, I thought I would share a quick fix I use, I'm sure others will run into this problem. Add to your CSS:
I've attached a before and after screeenshot
div#ccm-dashboard-overlay{ width:590px !important; height:85%; overflow:auto; }
I've attached a before and after screeenshot