details: https://code.tryton.org/tryton/commit/b243f1930ffe
branch: default
user: Cédric Krier <[email protected]>
date: Tue Apr 21 19:04:13 2026 +0200
description:
Make overflow visible for dropdown in table header of treeview
7d2e1761cee2 added an overflow invisible on the div of the table header
to hide
the sort icon when the column width is too small. But the overflow must
be
visible for the dropdown to display the menu.
Closes #14793
diffstat:
sao/src/sao.less | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diffs (14 lines):
diff -r 7fc8e6a10574 -r b243f1930ffe sao/src/sao.less
--- a/sao/src/sao.less Tue Apr 21 15:30:46 2026 +0200
+++ b/sao/src/sao.less Tue Apr 21 19:04:13 2026 +0200
@@ -923,6 +923,10 @@
display: flex;
overflow: hidden;
+ &.dropdown {
+ overflow: visible;
+ }
+
> label {
margin: 0;
overflow: hidden;