Skip to content

Commit

Permalink
Merge remote-tracking branch 'jhung/FLUID-5310'
Browse files Browse the repository at this point in the history
* jhung/FLUID-5310:
  FLUID-5310: Added dimensions to hidden panel so star button renders in Safari.
  • Loading branch information
cindyli committed Apr 17, 2014
2 parents 85e155c + 51a5ccc commit e511c9f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/overviewPanel/css/OverviewPanel.css
Expand Up @@ -107,7 +107,10 @@
/* Demo Menu Visibility */

.fl-overviewPanel-container.fl-overviewPanel-hidden{
width: 0;
width: 2.4em;
height: 3.2em; /* make the hidden container the same size as the star button. This way the star button
appears properly and the hidden container doesn't block interaction with content below it. */
overflow: hidden;
}

.fl-overviewPanel-hidden .fl-overviewPanel {
Expand Down

0 comments on commit e511c9f

Please sign in to comment.