CSR-886: remove accidental changes to button question

This commit is contained in:
Adam Caouette 2023-05-18 12:13:59 -04:00
parent 55837e33ee
commit f838265297

View file

@ -295,16 +295,16 @@ export default {
</script>
<style lang="scss">
// .button-question-overflow {
// height: calc(100vh - 274px);
.button-question-overflow {
height: calc(100vh - 274px);
// .overflow-scroll {
// // Height will be determined by overall height of content above list
// height: calc(100% - 314px);
// overflow-x: hidden !important;
// -webkit-overflow-scrolling: touch;
// }
// }
.overflow-scroll {
// Height will be determined by overall height of content above list
height: calc(100% - 314px);
overflow-x: hidden !important;
-webkit-overflow-scrolling: touch;
}
}
.button-question {
color: $black;