Standardized the z-indexs and did some pop up updates
This commit is contained in:
@@ -1009,6 +1009,8 @@ function showStatus(message, type = 'info') {
|
||||
container = document.createElement('div');
|
||||
container.id = 'status-container';
|
||||
container.className = 'status-container';
|
||||
// Ensure proper z-index even if CSS hasn't loaded
|
||||
container.style.zIndex = '12300';
|
||||
document.body.appendChild(container);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user