Skip to content

Commit

Permalink
pull to refresh refresh disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivamJoker committed Sep 2, 2019
1 parent 708a9b8 commit 0c8578a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
body {
overscroll-behavior: none;
}

.render-list-container {
position: relative;
}
Expand Down Expand Up @@ -121,13 +125,13 @@ div.RelatedVideoContainer * {
}

/* hide recaptcha badge */
div.grecaptcha-badge {
div.grecaptcha-badge {
display: none;
}

/* fix on small screen */
@media (max-height: 570px){
.musicArtContainer{
@media (max-height: 570px) {
.musicArtContainer {
height: 70%;
}
}
}

0 comments on commit 0c8578a

Please sign in to comment.