Prevent pop-over elements from being cut off by hidden overflow (#11574)

This commit is contained in:
Ryan Hamilton 2020-10-16 10:02:07 -04:00 коммит произвёл GitHub
Родитель 3cddc11821
Коммит 399b81d3af
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 3 удалений

4
airflow/www/static/css/bootstrap-theme.css поставляемый
Просмотреть файл

@ -1748,7 +1748,7 @@ table th[class*="col-"] {
background-color: #ebcccc;
}
.table-responsive {
overflow-x: auto;
overflow: visible;
min-height: 0.01%;
}
@ -1756,8 +1756,6 @@ table th[class*="col-"] {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.table-responsive > .table {