fix: opacity with overflow hidden (#2450)

This commit is contained in:
Niklas von Hertzen
2020-12-29 12:29:00 +08:00
committed by GitHub
parent 3982df1492
commit 82b7da558c
4 changed files with 27 additions and 10 deletions

View File

@ -128,5 +128,6 @@
</script>
</div>
<div class="hidden">Hidden<div style="opacity: 0.5">With opacity</div></div>
</body>
</html>