Fix help icon overlay viewport handling on mobile

This commit is contained in:
2026-05-25 13:57:20 +02:00
parent 2c119d33b9
commit 98b2c8cb31
2 changed files with 19 additions and 1 deletions
@@ -1009,6 +1009,8 @@
z-index: var(--layer-pulldown-panel);
display: none;
width: var(--layout-help-panel-width);
max-width: calc(100vw - (2 * var(--spacing-large)));
box-sizing: border-box;
padding: var(--spacing-large);
border-radius: var(--radius-card);
color: var(--text-help-panel);