Created
August 21, 2015 16:00
-
-
Save mattdetails/9c8c9a9e9fd4a5364637 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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