Fixed sticky machine support on iOS devices
This commit is contained in:
parent
0c3c96d6fb
commit
d44ff5b467
1 changed files with 4 additions and 1 deletions
|
|
@ -245,8 +245,11 @@
|
|||
position: fixed !important;
|
||||
z-index: 1 !important;
|
||||
background-color: #ffffff !important;
|
||||
padding-right: 30px !important;
|
||||
padding-right: $spacing-unit !important;
|
||||
top: 0 !important;
|
||||
@include media-query($on-laptop) {
|
||||
padding-right: $spacing-unit / 2 !important;
|
||||
}
|
||||
}
|
||||
.screenshot-frame {
|
||||
display: inline-block;
|
||||
|
|
|
|||
Loading…
Reference in a new issue