ie-stylesheet.css 94 B

12345678
  1. /* navbar */
  2. .fix-top{
  3. position: fixed;
  4. top: 0;
  5. z-index: 1020;
  6. width: 100%;
  7. }