Skip to content

Commit

Permalink
[#10941] Copying questions requires scrolling the whole list of curre…
Browse files Browse the repository at this point in the history
…nt questions (#10961)

* Added sticky footer in Copy Questions Modal for Issue 10941

* Added possible scaling fix for checkboxes

* Checkboxes scaling on Chrome and Firefox

* Checkboxes scaling on Chrome and Firefox

* Removed centering on checkboxes in copy questions modal

Co-authored-by: Ahmed Bahajjaj <Ahmed_Bahajjaj@u.nus.edu>
  • Loading branch information
Jellwood and madanalogy committed Feb 22, 2021
1 parent 204f0de commit d1d7916
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
.sortable-header {
cursor: pointer;
}

#copy-question-modal {
table-layout: auto;
margin-bottom: 50px;
}

.modal-footer {
position: fixed;
bottom: 0;
height: 50px;
width: 69.8%;
justify-content: right;
background-color: white;
}

.form-control {
height: calc(.5em + 1.5vh);
width: calc(.5em + 1.5vw);
}

0 comments on commit d1d7916

Please sign in to comment.