We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aeff9af + bae7b3d commit d0ac1afCopy full SHA for d0ac1af
client/components/content-elements/tce-audio/edit/index.vue
@@ -87,9 +87,16 @@ export default {
87
justify-content: center;
88
position: relative;
89
min-height: 4.5rem;
90
+ z-index: 999;
91
- ::v-deep .element-placeholder {
92
- padding: 0.5rem !important;
+ ::v-deep {
93
+ .element-placeholder {
94
+ padding: 0.5rem !important;
95
+ }
96
+
97
+ .plyr__menu__container {
98
+ background: #fff;
99
100
}
101
102
.audio-container {
0 commit comments