FIX TakePOS head bar scroll in mobile

This commit is contained in:
andreubisquerra 2022-11-24 18:26:47 +01:00 committed by GitHub
parent 53a1867be8
commit 1a5d719de3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -337,7 +337,8 @@ div.paymentbordline
width: 100%;
height: 100%;
margin: 0 auto;
overflow: visible;
overflow-x: hidden;
overfloy-y: scroll;
box-sizing: border-box;
}
@ -364,6 +365,7 @@ div.paymentbordline
margin: 0 auto;
width: 100%;
height: 55%;
overflow: hidden;
}
.div1{
@ -940,17 +942,19 @@ div#moreinfo, div#infowarehouse {
}
}
.arrows {
display: none;
position: absolute;
justify-content: space-between;
width: 100%;
}
.indicator {
background: #00000042;
padding: 15px 5px;
cursor: pointer;
position:absolute;
}
.indicator.left {
left:0;
}
.indicator.right {
right:0;
}
.indicator:hover {