question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

QTabs it's not contained to its boundaries when used with CSS Grid

See original GitHub issue

In the codepen below, you can see a simple layout and you can observe that q-tabs components exceeds its boundaries making the content of the page to have an horizontal scroll.

Codepen: https://codepen.io/Roland1993/pen/zYrVEjV

To Reproduce

  1. Go to the CSS part in Codepen and comment the display: grid; in the .page class.
  2. See that by commenting the CSS grid style, the tabs are contained within the boundaries of the page.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
pdanpdancommented, Jul 30, 2020

Hello. For help requests please use our discord channel or the forum.

0reactions
Rolanddodacommented, Jul 30, 2020

@rstoenescu to be clear, I can easily fix the issue in my end by adding overflow: auto to the .q-tabs. But I thought it was an issue and that’s why I spend time creating the demo and opening the issue.

If you still think it’s not an issue, then it’s fine with me. 🙂

Thanks for you time, and for making Quasar awesome 🙂

Read more comments on GitHub >

github_iconTop Results From Across the Web

CSS Grid Layout - CSS: Cascading Style Sheets | MDN
CSS Grid Layout excels at dividing a page into major regions or defining the relationship in terms of size, position, and layer, ...
Read more >
Preventing a Grid Blowout | CSS-Tricks
In our simple demo, the <main> element automatically places itself in that first column as it is the first child of the grid....
Read more >
CSS Grid Gotchas And Stumbling Blocks - Smashing Magazine
CSS Grid is such a different way of approaching layout** that there are a number of common questions I am asked as people...
Read more >
CSS Grid Layout Module Level 1 - W3C
Grid item placement and reordering must not be used as a substitute ... are laid out into a grid, with grid lines forming...
Read more >
Grids - Pure CSS
Pure Responsive Grids. Pure has a mobile-first responsive grid system that can be used declaratively through CSS class names. It's a robust and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found