Skip to content
New issue

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

selected-row-list should be a class not an id #21

Open
slominskir opened this issue May 21, 2024 · 0 comments
Open

selected-row-list should be a class not an id #21

slominskir opened this issue May 21, 2024 · 0 comments

Comments

@slominskir
Copy link
Member

The selected-row-list styles are tied to an id:

#selected-row-list {
border: 1px solid gray;
height: 10em;
list-style-type: none;
margin: 0;
min-width: 12em;
overflow: auto;
padding: 0.1em;
}

This makes it impossible to include two on the same page and rely on smoothness css to provide the styling.

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

No branches or pull requests

1 participant