Skip to content

Commit f024d81

Browse files
committed
use proper z-index on ad containers
1 parent 84ee7dd commit f024d81

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

public/components/EthicalAds.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<div
33
:id="adId"
44
:data-ea-type="type"
5+
class="ethical-ads-container"
56
data-ea-publisher="maronato-github-iovue-toastification"
67
data-ea-keywords="vue|frontend|design|javascript|typescript"
78
@click="track()"
@@ -33,3 +34,8 @@ export default {
3334
},
3435
};
3536
</script>
37+
<style scoped>
38+
.ethical-ads-container {
39+
z-index: 1;
40+
}
41+
</style>

0 commit comments

Comments
 (0)