fix: opacity with overflow hidden (#2450)

This commit is contained in:
MoyuScript
2020-12-29 12:29:00 +08:00
parent 98e0c4c6de
commit 67a353c8a6
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>