fix: prevent clipping audio plyr's tooltip (#9850)
This commit is contained in:
parent
3c504b4b08
commit
7d91912cfd
|
@ -56,7 +56,7 @@ onMounted(() => {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
overflow: clip;
|
// overflow: clip;
|
||||||
|
|
||||||
--plyr-color-main: var(--accent);
|
--plyr-color-main: var(--accent);
|
||||||
--plyr-audio-controls-background: var(--bg);
|
--plyr-audio-controls-background: var(--bg);
|
||||||
|
@ -99,7 +99,7 @@ onMounted(() => {
|
||||||
|
|
||||||
> .audio {
|
> .audio {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
overflow: clip;
|
// overflow: clip;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue