4,554
edits
No edit summary |
No edit summary |
||
Line 131: | Line 131: | ||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); | box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); | ||
z-index: 3; /* Ensure it's above the overlay */ | z-index: 3; /* Ensure it's above the overlay */ | ||
position: relative; /* Ensure it respects its normal position */ | |||
/* Add a second border | /* Add a second border on the right */ | ||
border-right: 5px solid #000; | |||
} | } | ||