Guest User

Untitled

a guest
Dec 11th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. #content browser{
  2. margin-right:-17px!important;
  3. overflow-x:hidden;
  4. /* margin-bottom:-17px!important; */
  5. /* overflow-y:scroll; */
  6. }
  7. #navigator-toolbox {
  8. position: relative;
  9. z-index: 1;
  10. height: 3px;
  11. margin-bottom: -3px;
  12. opacity: 0;
  13. overflow: hidden;
  14. }
  15. #navigator-toolbox:hover {
  16. height: auto;
  17. margin-bottom: 0px;
  18. opacity: 1;
  19. overflow: show;
  20. }
  21. #content-deck{
  22. position:relative;
  23. z-index: 0;
  24. }
Add Comment
Please, Sign In to add comment