Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Slideover] No Overflow with top / bottom side #2388

Closed
malte-baumann opened this issue Oct 15, 2024 · 1 comment
Closed

[Slideover] No Overflow with top / bottom side #2388

malte-baumann opened this issue Oct 15, 2024 · 1 comment
Labels
bug Something isn't working v3 #1289

Comments

@malte-baumann
Copy link

Environment

  • Operating System: Linux
  • Node Version: v20.17.0
  • Nuxt Version: ^3.13.0
  • CLI Version: 3.14.0
  • Package Manager: bun
  • Nuxt Ui: ^3.0.0-alpha.6

Version

3.0.0-alpha.6

Reproduction

https://github.com/malte-baumann/slideover

  1. Clone this repo
  2. bun dev (or similar package manager)
  3. Open http://localhost:3000
  4. Make the screen width smaller than 400.
  5. Click on top or bottom button

Description

When using a Slideover which body height is too large for the screen it should add a scrollbar to handle the overflow.
Left and Right side Slideovers are handling this overflow.

When using the slideover with side: bottom:

  • No Overflow is found in the dom
  • Content at the very top (including i.e. the close button) is not visible and accessible.

When using the slideover with side: top:

  • No Overflow is found in the dom
  • Content at the very bottom is not visible and accessible.

Additional context

Right Side Slideover with scrollbar:
Image

Bottom Side Slideover without scrollbar and close button:
Image

Logs

No response

@malte-baumann malte-baumann added bug Something isn't working triage v3 #1289 labels Oct 15, 2024
@benjamincanac benjamincanac removed the triage label Oct 15, 2024 — with Volta.net
Copy link
Member

Thanks for the report! 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v3 #1289
Projects
None yet
Development

No branches or pull requests

2 participants