We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cdf804 + 592df93 commit 86e7024Copy full SHA for 86e7024
drag_and_drop_v2/public/css/drag_and_drop.css
@@ -586,6 +586,19 @@
586
}
587
588
589
+@media screen and (max-width: 480px) {
590
+ /* Horizontal scroll for item bank on mobile */
591
+ .xblock--drag-and-drop .drag-container .item-bank .option {
592
+ flex-shrink: 0;
593
+ }
594
+
595
+ .xblock--drag-and-drop .item-bank {
596
+ -ms-flex-flow: row nowrap;
597
+ flex-flow: row nowrap;
598
+ overflow-x: auto;
599
600
+}
601
602
.xblock--drag-and-drop .sidebar-buttons .sidebar-button-wrapper {
603
border-collapse: collapse;
604
padding: 0 5px;
0 commit comments