fix(visitors): prevent slide-out edges overflow

This commit is contained in:
Sergey Andrievskiy 2019-06-21 12:29:50 +03:00
parent 0a5e3e131c
commit 6b400e5bb5

View file

@ -17,6 +17,7 @@
} }
.slide-out-container { .slide-out-container {
border-radius: nb-theme(card-border-radius);
position: absolute; position: absolute;
padding: 1.5rem; padding: 1.5rem;
width: $slide-out-container-width; width: $slide-out-container-width;