Created
December 13, 2016 19:22
-
-
Save maslowivan/26c58d931942e4cbdf9e7f0280a26c79 to your computer and use it in GitHub Desktop.
example.styl
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
| .calendar-dropdown | |
| min-width auto !important | |
| border solid 1px lightgray !important | |
| &__select2 | |
| position absolute | |
| top 0 | |
| width 100% | |
| background red | |
| z-index 500 | |
| height 100% | |
| &__select2-ui-component | |
| position absolute | |
| top 0 | |
| z-index -1 | |
| left 0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment