1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00

Add overflow hidden to swal icon overlay for improved styling

This commit is contained in:
Daniel Neto 2025-07-28 11:31:34 -03:00
parent d58029f20b
commit e2ae642a4f

View file

@ -1365,6 +1365,10 @@ li.dropdown-submenu>ul>li>a {
background-color: transparent; background-color: transparent;
} }
div.swal-overlay div.swal-icon{
overflow: hidden;
}
.swal-modal-iframe-full #avideoModalIframeDiv, .swal-modal-iframe-full #avideoModalIframeDiv,
.swal-modal-iframe-full-with-minimize #avideoModalIframeDiv, .swal-modal-iframe-full-with-minimize #avideoModalIframeDiv,
.swal-modal-iframe-full-transparent #avideoModalIframeDiv { .swal-modal-iframe-full-transparent #avideoModalIframeDiv {