Modal width responsiveness (partial fix for #10267) (#10354)

* added responsive scss to allow modals to respond to changing window size

* Remove unecessary space

* moved scss around

* remove unnecessary space

* Adjust left and right panels to be more responsive + moved css for buyQuestModal into its respective vue file (startQuestModal css wasn't working in its vue file... I can't figure out why)

* removed important to get rid of extra scrollbar

* moved css all to one file
This commit is contained in:
Yun Ha Seo
2018-06-11 04:57:11 -05:00
committed by Matteo Pagliazzi
parent 8d273fac5e
commit 59af4a2d3b
3 changed files with 84 additions and 10 deletions

View File

@@ -106,7 +106,7 @@ div
/* @TODO: The modal-open class is not being removed. Let's try this for now */
.modal, .modal-open {
overflow-y: scroll !important;
overflow-y: scroll;
}
.modal-backdrop.show {