GhostManSec
Server: LiteSpeed
System: Linux premium197.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: parhudrw (1725)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/parhudrw/alicreates.com/wp-content/themes/essentials/inc/scss/components/_modal.scss
// .modal {
//     z-index: 99999999999 !important;
// }
//
// // Shell div to position the modal with bottom padding
// .modal-dialog {
//   // margin: $modal-dialog-margin;
// z-index: 999999999999 !important;
//   // When fading in the modal, animate it to slide down
//   .modal.fade & {
//     @include transition($modal-transition);
//     transform: $modal-fade-transform;
//   }
//   .modal.show & {
//     transform: $modal-show-transform;
//   }
// }
//
// // Modal background
// .modal-backdrop {
//     z-index: 99999999 !important;
//   background-color: $modal-backdrop-bg;
//   // Fade for backdrop
//   &.fade { opacity: 0; }
//   &.show { opacity: $modal-backdrop-opacity; }
// }