From: Shannon Sterz <s.sterz@proxmox.com>
To: yew-devel@lists.proxmox.com
Subject: [PATCH datacenter-manager 3/3] Revert "ui: css: limit max-height of dropdown picker"
Date: Wed, 6 May 2026 11:55:25 +0200 [thread overview]
Message-ID: <20260506095525.114495-4-s.sterz@proxmox.com> (raw)
In-Reply-To: <20260506095525.114495-1-s.sterz@proxmox.com>
This reverts commit dafa21a31fb0a178c1ca9910ca266d2b221076b9.
the fix outline in this commit is now implement in
proxmox-widget-toolkit, so this stop-gap fix is no longer needed.
Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
---
ui/css/desktop-yew-style.scss | 6 ------
1 file changed, 6 deletions(-)
diff --git a/ui/css/desktop-yew-style.scss b/ui/css/desktop-yew-style.scss
index b41a046..f09ed61 100644
--- a/ui/css/desktop-yew-style.scss
+++ b/ui/css/desktop-yew-style.scss
@@ -15,9 +15,3 @@
@include elevation-box-shadow(1);
}
}
-
-// TODO: move to pwt assets once we're sure about doing it this way or drop, if
-// we rewroked layouting and placement of the dropdown picker.
-.pwt-dropdown {
- max-height: min(45dvh, 500px) !important;
-}
--
2.47.3
prev parent reply other threads:[~2026-05-06 9:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-06 9:55 [PATCH datacenter-manager/yew-comp/yew-widget-toolkit 0/3] minor ui/ux tweaks for pwt and yew-comp Shannon Sterz
2026-05-06 9:55 ` [PATCH yew-widget-toolkit 1/3] dropdown/align: make the picker render above or below a dropdown Shannon Sterz
2026-05-06 9:55 ` [PATCH yew-comp 2/3] task_viewer/syslog: make padding margin to improve ux Shannon Sterz
2026-05-06 9:55 ` Shannon Sterz [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260506095525.114495-4-s.sterz@proxmox.com \
--to=s.sterz@proxmox.com \
--cc=yew-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.