-
Notifications
You must be signed in to change notification settings - Fork 0
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
Slb/ad/cadenza 38410 #74
Conversation
CHANGELOG.md
Outdated
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | |||
This project uses a version scheme based on the Cadenza main version in the format x.x.y, where x.x is the Cadenza main version and y a functional change or bugfix. | |||
|
|||
## Unreleased | |||
### Fixed | |||
- Removed duplicate geometry section in `sandbox.html#editGeometry` | |||
- Horizontal scrollbar in `sandbox.html` left sidebar now appears sticky. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A Horizontal scrollbar is rather painful to use. Why do we want it here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We currently have it due to long explaination texts, and this is a improvement to the current state imo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But the sidebar is fixed width. We should be able to craft the contents in a way that does not require a horizontal scrollbar. For example texts should wrap lines. We can have a look if necessary.
… it back to showMap.
…ollbar" This reverts commit 2b1078b.
CHANGELOG.md
Outdated
- Removed duplicate geometry section in `sandbox.html#editGeometry` | ||
|
||
### Changed | ||
- Examples are now displayed more compact |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Examples in the sandbox now are displayed more compact
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or:
Improved the examples in the sandbox to avoid a horizontal scrollbar.
No description provided.