mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
* 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:
committed by
Matteo Pagliazzi
parent
8d273fac5e
commit
59af4a2d3b
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user