CSR-203: adjust to use bootstrap style

This commit is contained in:
Adam Caouette 2021-12-07 15:10:43 -05:00
parent 0253c2efef
commit 2d6dcc812f
2 changed files with 1 additions and 2 deletions

View file

@ -6,7 +6,7 @@
}}</span>
</div>
<div class="w-100 d-flex justify-content-center">
<div class="car_list overflow-scroll position-absolute container-fluid pt-1" role="radiogroup" aria-labelledby="select-year-radio-group">
<div class="car_list overflow-scroll position-absolute container-fluid w-100 pt-1" role="radiogroup" aria-labelledby="select-year-radio-group">
<h3 class="visually-hidden" id="select-year-radio-group">*</h3>
<radio v-for="answer in answers" :key="answer"
:radioID="answer"

View file

@ -88,7 +88,6 @@ export default {
.car_list {
// Height will be determined by overall height of content above list
height: calc(100% - 300px);
width: 100%;
padding: 0 1.5rem;
-webkit-overflow-scrolling: touch;
}