diff --git a/custom/common_libs.custom.html b/custom/common_libs.custom.html index b6c58fb6..8df430a8 100644 --- a/custom/common_libs.custom.html +++ b/custom/common_libs.custom.html @@ -33,6 +33,14 @@ border-radius: 0!important; backdrop-filter: unset!important; transition: unset!important; + animation-duration: 0!important; + animation-timing-function:unset!important; +} +dialog.closing>article { + animation-name:unset!important; +} +dialog>article { + animation-name:unset!important; } *:before { border-radius: 0!important;