vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

[Bug Report] Snackbar floats above the app footer even when the footer is absolute and below the viewpoint

Open gmichaeljaison opened this issue 4 years ago • 4 comments

Environment

Vuetify Version: 2.3.21 Vue Version: 2.6.12 Browsers: Safari 14.0.2 OS: Mac OS 11.0

Steps to reproduce

Run the codepen

Expected Behavior

Snackbar should be at the bottom when the footer is below the viewpoint

Actual Behavior

Snackbar is floating in the middle of the page

Reproduction Link

https://codepen.io/michaeljaison/pen/rNMwabo

gmichaeljaison avatar Dec 17 '20 23:12 gmichaeljaison

Screen Shot 2020-12-17 at 3 51 45 PM

Screenshot of the snackbar floating in the middle of the page

gmichaeljaison avatar Dec 17 '20 23:12 gmichaeljaison

I have the same problem. Is there any work around?

paper-me avatar Jan 26 '21 09:01 paper-me

I just add 'pb-0' to Snackbar component... Maybe it's following the material design specification. But the material.io site can make its snackbar above the app footer! And they only say "Avoid placing snackbars in front of navigation components.", not the app footer! image

image

paper-me avatar Jan 27 '21 03:01 paper-me

And the vuetify document has betray this guideline. image

paper-me avatar Jan 27 '21 03:01 paper-me