-
The "Shop Now" button on the front page of the eCommerce website is not responsive. When viewed on different devices (mobile, tablet, desktop), the button’s size and position do not adjust properly, m…
-
**Describe the bug**
The Home screen scrollable area's bottom part is covered by the browser toolbar (see video).
**To Reproduce**
1. Open the app on a mobile device
2. Have enough apps for …
-
Once #3820 is done, which fixes
- #2489
we will want to upgrade `TableView` to support `ScrollBar`. There are two approaches:
1) Upgrade `TableView` to utilize the virtual content scrolling …
-
Viewport units are defined to be a percentage of the initial containing block. This seems to work fine in the case of screen media, but in print, at least in Gecko, they are too big, probably because …
-
When using Backstop, which automates using either Puppeteer or Chromy, I discovered that with Chromy, anything using `vh` units would size to nearly twice its height. When automating Chromium using Pu…
-
I hope this message finds you well. I wanted to provide you with a brief update on our ongoing project to create a responsive website. Here are the key steps we are implementing:
Fluid Grids: We ar…
-
I came across this while writing some tests for React components. Here's a MWE:
``` javascript
import jsdom from 'jsdom';
// jsdom setup
const doc = jsdom.jsdom('');
const win = doc.defaultView;
glo…
-
Compared to other blocks, the site logo doesn't have the same width unit support (percentage, viewport units, etc). Related issue around how the site logo block has a "width" option when inside a row …
-
## Viewport units
Viewport units(视口单位)是一系列 CSS 长度单位的统称,主要包含 `vh`、`vw`、`vmin` 和 `vmax` 等四个 CSS3 中新增的[长度单位](https://developer.mozilla.org/en-US/docs/Web/CSS/length),在[CSS:7个你可能不认识的单位](https://github.co…
-
I've been exploring your project and have greatly appreciated the effort put into developing the portfolio. I'm reaching out with a suggestion aimed at enhancing the project's responsiveness and acces…