diff --git a/assets/style.css b/assets/style.css index 24e9b67..51ff740 100644 --- a/assets/style.css +++ b/assets/style.css @@ -232,11 +232,16 @@ ul.navpage_list } } -.status-message { +#statusMessageContainer{ position: fixed; top: 20px; right: 20px; - z-index: 9999; + z-index: 10; + display: flex; + flex-direction: column; +} + +.status-message { background-color: #dff0d8; /* Success background color */ border: 1px solid #3c763d; /* Success border color */ color: #3c763d; /* Success text color */