details: https://code.tryton.org/tryton/commit/6239fff746ee
branch: 8.0
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
(grafted from b243f1930ffe23e9a9078817be0a22d4c468edb3)
diffstat:
sao/src/sao.less | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diffs (14 lines):
diff -r f49ddd422b6e -r 6239fff746ee 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;