Skip to content

Instantly share code, notes, and snippets.

@siumhossain
Created July 25, 2022 05:48
Show Gist options
  • Save siumhossain/b806432a17ce5095fb345e0d8bd6fc51 to your computer and use it in GitHub Desktop.
Save siumhossain/b806432a17ce5095fb345e0d8bd6fc51 to your computer and use it in GitHub Desktop.
fiex top and bottom anythig css
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment