Brijesh's Git Server — argus-web @ 30ea74d756f91d64b8586dcecd13dc641fc8e90a

Web Ul for argus

src/app/globals.css (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
@tailwind base;
@tailwind components;
@tailwind utilities;

.overlay {
    position: fixed; /* Fix the overlay to the screen */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 9999; /* Ensure it is above the content */
    pointer-events: none; /* Allow clicks to pass through the overlay */
}