Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. body {
  2. background-color: #e8b03a;
  3. overflow-x:hidden;
  4. }
  5.  
  6. ::-webkit-scrollbar {
  7. display: none;
  8. }
  9.  
  10. body {
  11. overflow: hidden;
  12. }
  13.  
  14. .scrollable {
  15. height: 100%;
  16. }
  17.  
  18. .scrollable {
  19. height: 50%;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement