CSR-886: remove accidental changes to button question
This commit is contained in:
parent
55837e33ee
commit
f838265297
1 changed files with 9 additions and 9 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue