Fix Z indexes for calendar
This commit is contained in:
parent
7c8a180ccf
commit
eeccffccf7
|
@ -90,6 +90,10 @@
|
|||
height: 20em;
|
||||
overflow: auto;
|
||||
}
|
||||
.datetimepicker-wrapper {
|
||||
position: absolute;
|
||||
z-index: 3;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
</button>
|
||||
</div>
|
||||
<div class="dropdown-menu" id="dropdown-menu" role="menu">
|
||||
<div class="dropdown-content" style="position:absolute; z-index:10;">
|
||||
<div class="dropdown-content" style="position:absolute; z-index:2;">
|
||||
{% for column in table.columns %}
|
||||
{% if column.name in show %}
|
||||
<a class="btn-shift-column dropdown-item"
|
||||
|
|
Loading…
Reference in New Issue