Ensure On Demand field doesn't overflow following cell

This commit is contained in:
David Cook
2024-02-01 11:56:40 +11:00
parent 079925bc9a
commit 262823bddd

View File

@@ -112,6 +112,7 @@
}
td {
position: relative; // Ensure that overflowing content is covered by the following cell. We don't use overflow: hidden because that messes with the popover.
background-color: $color-tbl-cell-bg;
}