Skip to content

Instantly share code, notes, and snippets.

@snarf1974
Last active August 29, 2015 14:00
Show Gist options
  • Save snarf1974/11198105 to your computer and use it in GitHub Desktop.
Save snarf1974/11198105 to your computer and use it in GitHub Desktop.
CSS: haslayout peekaboo 1
/* Give hasLayout, to fix peekaboo (and other) bugs */
ul.lightbox,
ul.lightbox li,
ul.lightbox li a,
ul.semtabs,
.box-1col .itemThumbBook li a,
ul li,
.itemThumbBook li,
.box-1col,
.pdfHeader,
.downloadBox,
.box-1col-positioning-last,
#mapOutput .box,
#sideBar .box,
.boxSubscribeSingle,
.tabPanel,
ul.itemThumbBook,
ul.itemThumbBook li,
dl.metadata, /* Metadata box desn't expand to contain the contents unless it hasLayout */
div.concertinaTitle span /* Concertina arrows disappear on hover */
{
zoom:1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment