fixed cart modal scroll issue, scrolling is now enabled by default by tweaking css
This commit is contained in:
2
client/dist/seatmap.css
vendored
2
client/dist/seatmap.css
vendored
File diff suppressed because one or more lines are too long
@@ -142,7 +142,6 @@ select#dropdownLegend, select#dropdownSeatmap, .dropdownBuyerTypes {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#modalCartRow {
|
#modalCartRow {
|
||||||
/* max-height: 40vw; */
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -295,4 +294,13 @@ span.trimChar {
|
|||||||
#modalCartImportantNote {
|
#modalCartImportantNote {
|
||||||
margin: 0 0 20px 0;
|
margin: 0 0 20px 0;
|
||||||
display: none;
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#modalCart-overlay .uabb-modal {
|
||||||
|
pointer-events: auto;
|
||||||
|
width: 100% !important;
|
||||||
|
height: 100%;
|
||||||
|
overflow-y: scroll;
|
||||||
|
top: 0 !important;
|
||||||
|
transform: none !important;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user