Skip to content
Snippets Groups Projects
Commit 9bde7d9c authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

bootstrap-select: define z-index to be on top

parent b0fb7048
No related branches found
No related tags found
1 merge request!72OP#7651 CI Server: beide AWX ansteuerbar machen https://projects.iml.unibe.ch/work_packages/7651
This commit is part of merge request !72. Comments created here will be created in the context of that merge request.
......@@ -71,3 +71,8 @@ table.nomargin th {padding: 0.3em;}
#counter{border-bottom: 1px solid rgba(0,0,0,0.1); text-align: center; color: #aaa;margin-right: 0.5em; display: block; width: 5em; position: absolute; top: -7em; right: 0em;}
#counter div{background:#acc; height: 2px; transition: width 0.9s linear ; bottom: 0;}
/* bootstrap-select plugin */
.dropdown-menu.show {
z-index: 1100;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment