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