Skip to content

Commit 5c4b08a

Browse files
committed
Make year navigation scrollable on mobile devices
1 parent c6bc8c4 commit 5c4b08a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

resources/css/app.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,15 @@ table {
4646
}
4747

4848
#year_nav {
49+
overflow: hidden;
50+
overflow-x: scroll;
51+
direction: rtl;
4952
ul {
5053
@apply flex;
5154
@apply flex-row;
52-
@apply justify-center;
55+
@apply justify-end;
56+
@apply sm:justify-center;
57+
direction: ltr;
5358
li {
5459
@apply mr-6;
5560

0 commit comments

Comments
 (0)