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:
parent
d58029f20b
commit
e2ae642a4f
1 changed files with 4 additions and 0 deletions
|
@ -1365,6 +1365,10 @@ li.dropdown-submenu>ul>li>a {
|
|||
background-color: transparent;
|
||||
}
|
||||
|
||||
div.swal-overlay div.swal-icon{
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.swal-modal-iframe-full #avideoModalIframeDiv,
|
||||
.swal-modal-iframe-full-with-minimize #avideoModalIframeDiv,
|
||||
.swal-modal-iframe-full-transparent #avideoModalIframeDiv {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue