Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
CorneliousJD authored May 8, 2020
1 parent 900f99f commit c829dc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ body{
padding: 0;
webkit-font-smoothing: antialiased;
width: 100vw;
overflow-x: hidden; /* dirty hack to hide horizontal scrollbars */
}

*,
Expand Down Expand Up @@ -545,4 +546,4 @@ table a{
grid-template-columns: 1fr 1fr;
grid-template-rows: auto;
}
}
}

0 comments on commit c829dc5

Please sign in to comment.