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
Branches
No related tags found
1 merge request!72OP#7651 CI Server: beide AWX ansteuerbar machen https://projects.iml.unibe.ch/work_packages/7651
......@@ -70,4 +70,9 @@ table.nomargin{ margin: 0; border: none; width: 100%;}
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;}
\ No newline at end of file
#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