aboutsummaryrefslogtreecommitdiff
path: root/src/web/static/css/customized-bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/static/css/customized-bootstrap.css')
-rw-r--r--src/web/static/css/customized-bootstrap.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/web/static/css/customized-bootstrap.css b/src/web/static/css/customized-bootstrap.css
index ad90304d..c58e0692 100644
--- a/src/web/static/css/customized-bootstrap.css
+++ b/src/web/static/css/customized-bootstrap.css
@@ -42,3 +42,9 @@ a {
width: 200px;
display: inline;
}
+
+.alert-message {
+ position: relative;
+ display: block;
+ z-index: 1001;
+}
bgstack15