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

Commit

Permalink
Merge pull request #452 from danIancuV/scroll
Browse files Browse the repository at this point in the history
fixed scroll in international
  • Loading branch information
Samir Jouni authored Oct 14, 2019
2 parents 40a8020 + 5bfe10a commit 0a95762
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 @@ -326,7 +327,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 0a95762

Please sign in to comment.