Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. .fixed-action-btn {
  2. position: relative;
  3. display: inline-block;
  4. left: 18%;
  5. }
  6.  
  7. .fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
  8. text-align: right;
  9. right: 30px;
  10. top: 50%;
  11. -webkit-transform: translateY(-50%);
  12. transform: translateY(-50%);
  13. height: 100%;
  14. left: auto;
  15. width: 500px;
  16. }
  17.  
  18. .fixed-action-btn ul {
  19. position: absolute;
  20. bottom: 64px;
  21. margin: 0;
  22. visibility: hidden;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement