Advertisement
MastroPino

Untitled

Dec 15th, 2022
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. .my-swipe-wrapper {
  2. overflow: hidden;
  3. margin: -1rem; //Il negativo del pudding sotto
  4.  
  5. ::ng-deep {
  6. .swiper-container {
  7. overflow: visible;
  8. padding: 1rem;
  9.  
  10. .swiper-slide {
  11. overflow: visible !important;
  12. }
  13. }
  14.  
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement