Absolute bottom snackbar is placed on bottom of container instead of viewport
See original GitHub issueI don’t know if this counts as a bug or intentional. If not, a feature like this would be nice.
Steps to reproduce
- Use the predefined layout.
- Add an absolute bottom left snackbar inside a
v-container
.v-container
needs to haveposition: relative
style. - Add content to
v-container
long enough to make it scrollable. - Show the snackbar.
Versions
0.15.7
What is expected ?
The snackbar is shown on viewport.
What is actually happening ?
The snackbar can only be seen if you scroll to the bottom of the container.
Reproduction Link
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How to align Vuetify snackbar component vertically to the ...
Having that centered property only aligns it horizontally, but not vertically, that is, I stay in the center, but at the bottom of...
Read more >Snackbars - Material Design
Snackbars inform users of a process that an app has performed or will perform. They appear temporarily, towards the bottom of the screen....
Read more >SnackBar class - material library - Flutter - Dart API docs
A lightweight message with an optional action which briefly displays at the bottom of the screen.
Read more >v-snackbar API - Vuetify
name type default
#absolute boolean false
#app boolean false
#bottom boolean false
Read more >Example of React Native Floating Action Button - About React
Elements are then positioned using the top, bottom, left, and right properties. ... ancestor (instead of position relative to the viewport, like fixed)....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The placement follows CSS rules, and like @smares said should be intuitive. I’m not sure I understand what you expect to happen? If you want it show in the bottom left of the page simply remove the
position: relative
, or theabsolute
prop from the snackbarThis thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please direct any non-bug questions to our Discord