Skip to content
This repository has been archived by the owner on Nov 1, 2019. It is now read-only.

Commit

Permalink
fixed scroll in international
Browse files Browse the repository at this point in the history
  • Loading branch information
danIancuV committed Oct 14, 2019
1 parent bd4f8dc commit 5bfe10a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions assets/css/international.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.list-group {
max-height: 300px;
overflow: scroll;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
3 changes: 2 additions & 1 deletion pages/international.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<script crossorigin="anonymous" src="https://kit.fontawesome.com/5e68800c4a.js"></script>
<link crossorigin="anonymous" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" rel="stylesheet"/>
<link href="../assets/css/international.css" rel="stylesheet"/>
<link href="../assets/css/main.css" rel="stylesheet"/>
<link href="../assets/css/films.css" rel="stylesheet"/>
<link href="../assets/css/mouse-trail-snowball.css" rel="stylesheet"/>
Expand Down Expand Up @@ -324,7 +325,7 @@ <h5 class="card-title">Venezuela: Skating Mass</h5>
height="auto"
class="card-img"
alt="Sauna in the middle of a snowy field"
loading="lazy"
loading="lazy"
height="auto"
class="card-img"
alt="spider web"
Expand Down

0 comments on commit 5bfe10a

Please sign in to comment.