Skip to content
This repository was archived by the owner on Nov 30, 2025. It is now read-only.

Commit a33e1b1

Browse files
authored
Added mobile CSS to exams-table (#333)
1 parent 4537154 commit a33e1b1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

public/assets/sass/mixins/_exam-bank-table.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
text-align: left;
55
border-collapse: collapse;
66

7+
@media only screen and (max-width: 980px) {
8+
display: block;
9+
overflow-x: auto;
10+
-webkit-overflow-scrolling: touch;
11+
}
12+
713
@mixin match-filters($filter-classes) {
814
tbody {
915
tr:not(#{$filter-classes}) {

0 commit comments

Comments
 (0)