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