Skip to content

Instantly share code, notes, and snippets.

@chancesmith
Created November 7, 2016 20:11
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save chancesmith/663f5d83678ddcca0583ae0ab41d7ae3 to your computer and use it in GitHub Desktop.
Save chancesmith/663f5d83678ddcca0583ae0ab41d7ae3 to your computer and use it in GitHub Desktop.
Bootstrap alert top notification bar + cookie set after closed
#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