Skip to content

Commit

Permalink
Merge pull request #47 from exetico/master
Browse files Browse the repository at this point in the history
Scrollbar-fix for Firefox, and more.
  • Loading branch information
fondberg authored Feb 27, 2020
2 parents fe99ddd + e375cab commit a9243c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/spotify-card.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/spotify-card.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions src/spotify-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ styleElement.textContent = `
color: ${styles.white};
font-size: 14px;
padding: 25px;
height:auto;
overflow-y:auto;
}
.spotify_container *:focus {outline:none}
.header img {
Expand All @@ -53,7 +55,6 @@ styleElement.textContent = `
flex-flow: column nowrap;
margin-bottom: 15px;
background-color: ${styles.black};
overflow-y: scroll;
}
.playlist {
display: flex;
Expand Down Expand Up @@ -149,7 +150,7 @@ styleElement.textContent = `
}
.dropdown-content {
display: none;
position: absolute;
position: fixed;
background-color: ${styles.lightBlack};
min-width: 250px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
Expand Down

0 comments on commit a9243c2

Please sign in to comment.