Merge pull request #22951 from andreubisquerra/develop
FIX TakePOS head bar scroll in mobile
This commit is contained in:
commit
96f06dde9a
@ -337,7 +337,8 @@ div.paymentbordline
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
overflow: visible;
|
overflow-x: hidden;
|
||||||
|
overfloy-y: scroll;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -364,6 +365,7 @@ div.paymentbordline
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 55%;
|
height: 55%;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.div1{
|
.div1{
|
||||||
@ -940,17 +942,19 @@ div#moreinfo, div#infowarehouse {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.arrows {
|
|
||||||
display: none;
|
|
||||||
position: absolute;
|
|
||||||
justify-content: space-between;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.indicator {
|
.indicator {
|
||||||
background: #00000042;
|
background: #00000042;
|
||||||
padding: 15px 5px;
|
padding: 15px 5px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
position:absolute;
|
||||||
|
}
|
||||||
|
|
||||||
|
.indicator.left {
|
||||||
|
left:0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.indicator.right {
|
||||||
|
right:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.indicator:hover {
|
.indicator:hover {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user