Forked from chancesmith/notification-bar-set-cookie.html
Created
May 28, 2019 20:18
-
-
Save babatundebusari/feb23c8c822aef8dd6860ed82410904b to your computer and use it in GitHub Desktop.
Bootstrap alert top notification bar + cookie set after closed
This file contains 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
#noty-holder{ | |
width: 100%; | |
top: 0; | |
font-weight: bold; | |
z-index: 1031; /* Max Z-Index in Fixed Nav Menu is 1030*/ | |
text-align: center; | |
position: fixed; | |
.alert{ | |
margin-bottom: 2px; | |
border-radius: 0px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment