FIX TakePOS head bar scroll in mobile
This commit is contained in:
parent
53a1867be8
commit
1a5d719de3
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user