Shopify / Shopify/dawn

[Bug]: Mobile Facets filter drawer bottom buttons hidden - uses 100vh instead of 100dvh - Dawn 15.0.0

Open Beginner friendly
#3,970 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Liquid
Stars
3.1k
Forks
4.5k
PR merge metrics
No merged PRs in 30d

Description

Description

On mobile 360px, Facets Filter drawer bottom action bar is hidden.

Same root cause as cart-drawer bug - assets/component-facets.css:752 uses height: 100vh instead of 100dvh. On Android Chrome, address bar makes 100vh taller than visible viewport, pushing View Results button off-screen.

Reproduce
  1. Open dm-furniture-jogja-bug.myshopify.com/collections/all on 360px
  2. Click Filter and sort
  3. Drawer shows Availability, Price, Sort by
  4. Scroll to bottom - no View Results button, only white empty space (see SS)

Expected: Sticky bottom bar with View results (13 products) visible
Actual: Bottom bar cut off

Device: Android Chrome 126, Dawn 15.0.0

Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at assets/component-facets.css:752 and reproduce the Facets filter drawer on Android Chrome at a 360px viewport using the linked collection. Inspect the drawer height and bottom action bar behavior; done means the View Results button remains visible with the address bar shown and the existing mobile drawer behavior is preserved.

Written by the indexing model from the issue text.

Assessment

Tech stack
css
Domain
frontend
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Active
Clarity
Clearly specified
Newbie friendliness
92/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.