You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm setting border-box to box-sizing globally(pretty standard thing nowadays) and snackbar apparently requires content-box, I guess it should be explicitly defined in its styles then.
Otherwise it looks like this
and is hardly readable.
The text was updated successfully, but these errors were encountered:
fxck
changed the title
default snackbar height is too low
snackbar is unreadable when using border-box: box-sizing
Oct 3, 2016
jelbourn
added
the
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
label
Oct 3, 2016
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Oct 3, 2016
I'm setting border-box to
box-sizing
globally(pretty standard thing nowadays) and snackbar apparently requirescontent-box
, I guess it should be explicitly defined in its styles then.Otherwise it looks like this
and is hardly readable.
The text was updated successfully, but these errors were encountered: