Fix support menu for Safari [SCI-2885]

This commit is contained in:
Oleksii Kriuchykhin 2018-11-26 18:47:21 +01:00
parent d475197e65
commit 79544e789d

View file

@ -6,11 +6,10 @@
box-shadow: 1px 3px 6px 0 $color-alto; box-shadow: 1px 3px 6px 0 $color-alto;
height: 100%; height: 100%;
left: 0; left: 0;
overflow-x: hidden; padding-bottom: 50px;
position: fixed; position: fixed;
width: 83px; width: 83px;
z-index: 1001; z-index: 1001;
padding-bottom: 50px;
.scroll-wrapper { .scroll-wrapper {
height: 100%; height: 100%;