We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dug through and looks like the right side offset is due to overflow being set, but we need that to be auto/scroll for scrolling to work as expected
there's some css workarounds we can do from a styling perspective, but leaving that open for now
see in src/defaultStyle.css the style definition for mr-panel for where this is originating
src/defaultStyle.css
mr-panel
Originally posted by @hanbollar in #430 (comment)
ref image: see to the right where the grid isnt full width - nav bar is though because nav bar has a fixed position
The text was updated successfully, but these errors were encountered:
looks like this was fixed by #446 since it looks fine in #431 now - closing
Sorry, something went wrong.
object-fit
contain
fill
cover
scale-down
none
No branches or pull requests
there's some css workarounds we can do from a styling perspective, but leaving that open for now
see in
src/defaultStyle.css
the style definition formr-panel
for where this is originatingOriginally posted by @hanbollar in #430 (comment)
ref image: see to the right where the grid isnt full width - nav bar is though because nav bar has a fixed position
The text was updated successfully, but these errors were encountered: