canonical / vanilla-framework

From community websites to web applications, this CSS framework will help you achieve a consistent look and feel.
https://vanillaframework.io
GNU Lesser General Public License v3.0
835 stars 165 forks source link

Fieldset causing content to be cut-off #4699

Open petesfrench opened 1 year ago

petesfrench commented 1 year ago

Describe the bug

the fieldset element has overflow: auto, this can cause some content to be cut-off and requires scrolling to reach that content. This is most apparent with the phone number dropdown found on all forms (see screenshot below)

To Reproduce

Steps to reproduce the behavior:

  1. Go to https://ubuntu.com/openstack/contact-us
  2. Click on the phone number country code drop down
  3. See it is cut off by the fieldset and a scroll option appears to reveal the full content

Expected behavior

The country code drop to overlap the field set

Screenshots

image

Additional context

I have this issue filed that addresses this problem by setting all fieldset elements to have overflow: visible

bartaz commented 2 weeks ago

Triage: low effort, low/medium impact. To be fixed in v4.

We should verify if current overflow: auto is needed on fieldset (why was it added there?).

syncronize-issues-to-jira[bot] commented 2 weeks ago

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/WD-15220.

This message was autogenerated