Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Minor musette updates #210

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Minor musette updates #210

wants to merge 5 commits into from

Conversation

davidseguin
Copy link
Collaborator

To work with new Marble v1.2.3 layout and fix a few small things in README

scrollbar-width: none;

&::-webkit-scrollbar {
display: none;
}
}

.la-musette--rtl {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would prefer if all new code has snapshot coverage... that's kind of the point! :)

Copy link
Collaborator

@stephenhmarsh stephenhmarsh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good but just have the 1 question about rtl vs row-reverse

scrollbar-width: none;

&::-webkit-scrollbar {
display: none;
}
}

.la-musette--rtl {
flex-direction: row-reverse;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does direction: rtl; work here? If the musette gets embedded in some other component that's already rtl we probably don't want to still row-reverse do we ?

- ### [Storybook Development](#Storybook-Development)
- ### [Webpack Build for Release And Production](#[Webpack-Build-for-Release-And-Production)
- ### [Browsers We Support](#Browsers-We-Support)
- [What is Marble?](#What-is-Marble)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you for the README improvements! i added a couple more

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants