Skip to content

Commit

Permalink
fix(atlas-core): fix excessive scrollbars of scroll containers in des…
Browse files Browse the repository at this point in the history
…ign mode
  • Loading branch information
r0b1n committed Oct 12, 2023
1 parent b6f1d00 commit 45a8686
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/atlas-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Fixed

- We fixed an issue with Scroll Container sidebar having unwanted scrollbars in the modern client.

## [3.12.0] Atlas Core - 2023-9-22

## Added
Expand Down
2 changes: 1 addition & 1 deletion packages/atlas-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "atlas-core",
"moduleName": "Atlas Core",
"version": "3.12.0",
"version": "3.12.1",
"license": "Apache-2.0",
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
.mx-scrollcontainer-push:not(.mx-scrollcontainer-open) > .mx-scrollcontainer-toggleable,
.mx-scrollcontainer-slide:not(.mx-scrollcontainer-open) > .mx-scrollcontainer-toggleable {
flex-basis: var(--closed-sidebar-width, 0px);
overflow: clip;
}

// For open sidebar - full width
Expand Down

0 comments on commit 45a8686

Please sign in to comment.