Skip to content

Instantly share code, notes, and snippets.

@mattdetails
Created August 21, 2015 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattdetails/9c8c9a9e9fd4a5364637 to your computer and use it in GitHub Desktop.
Save mattdetails/9c8c9a9e9fd4a5364637 to your computer and use it in GitHub Desktop.
#lesson-library .student-group-menu dd {
display: none;
position: absolute;
top: 0px;
right: 0;
bottom: 0;
left: 0;
z-index: 10000;
width: 200px;
min-width: 100%;
border: 1px solid #ccc;
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
background-color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment