Add some box shadow on the sticky player
This commit is contained in:
@ -617,6 +617,7 @@
|
||||
bottom: 5px;
|
||||
top: auto;
|
||||
left: auto;
|
||||
z-index: 10;
|
||||
max-width: 400px;
|
||||
max-height: 222px;
|
||||
width: 400px;
|
||||
@ -624,6 +625,8 @@
|
||||
animation-name: fadeInUp;
|
||||
animation-duration: 0.5s;
|
||||
animation-fill-mode: both;
|
||||
overflow: hidden;
|
||||
box-shadow: 0px 4px 4px rgba(33, 33, 33, 0.1) !important;
|
||||
}
|
||||
|
||||
@keyframes fadeInUp {
|
||||
|
||||
Reference in New Issue
Block a user