Implement sticky player box on mobile devices

This commit is contained in:
Juan Astudillo 2023-03-13 19:38:20 -04:00 committed by GitHub
parent 6837e42928
commit 18ee353b21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -267,7 +267,12 @@ input[type="search"]::-webkit-search-cancel-button {
}
#player-container {
position: sticky;
top: 0;
margin-left: 0;
margin-right: 0;
padding-bottom: 46.86% !important;
z-index: 1;
}
}