Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. .sidebar {
  2. height: 100vh !important;
  3. top: 0;
  4. padding-top: 55px;
  5. }
  6.  
  7. .app-top-header {
  8. position: fixed;
  9. top: 0;
  10. left: 200px;
  11. width: calc(100% - 200px);
  12. height: 55px;
  13. background-color: #ffffff;
  14. }
  15.  
  16. .app-top-header-dashboard {
  17. width: 100%;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement