Skip to content

Commit

Permalink
make footer horizontally scrollable on small screens
Browse files Browse the repository at this point in the history
The previous behavior was the footer became wider than the screen and the entire page width was increased.
  • Loading branch information
LinqLover committed Oct 23, 2023
1 parent 75af5b2 commit 11f0936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evap/evaluation/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="vote-bg-orange" style="width: 6%;"></div>
<div class="vote-bg-red" style="width: 3%;"></div>
</div>
<nav class="navbar navbar-expand">
<nav class="navbar navbar-expand overflow-x-scroll">
<div class="collapse navbar-collapse justify-content-between">
<ul class="navbar-nav justify-content-start">
<li class="nav-item my-auto">
Expand Down

0 comments on commit 11f0936

Please sign in to comment.