Fixed dropdown menu in tables overflow

This commit is contained in:
Bernd Bestel
2020-11-11 20:14:16 +01:00
parent e3ab943fe7
commit b15740bded
2 changed files with 22 additions and 1 deletions

View File

@@ -341,6 +341,10 @@ a:not([href]) {
display: none;
}
.force-overflow-visible {
overflow: visible !important;
}
.grab-cursor {
cursor: grab;
}