fixed menu border radius bug (#2548)

This commit is contained in:
Raad Altaie
2022-11-16 19:13:40 -06:00
committed by GitHub
parent 6030b300f6
commit c115dfc6a6

View File

@ -26,7 +26,7 @@
&__container {
animation: plyr-popup 0.2s ease;
background: $plyr-menu-background;
border-radius: 4px;
border-radius: $plyr-menu-radius;
bottom: 100%;
box-shadow: $plyr-menu-shadow;
color: $plyr-menu-color;