From d683f68cf531ee39bd825a61c21166265fb9e1c2 Mon Sep 17 00:00:00 2001 From: Grand Julivan Date: Thu, 12 Dec 2024 16:08:08 +0100 Subject: [PATCH] fix: atlas topbar layout showing incorrect padding (#187) Co-authored-by: undefined --- packages/atlas-core/CHANGELOG.md | 4 ++++ packages/atlas-core/package.json | 2 +- .../atlas_core/web/core/widgets/_scroll-container-react.scss | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/atlas-core/CHANGELOG.md b/packages/atlas-core/CHANGELOG.md index 4572803b..b3391d81 100644 --- a/packages/atlas-core/CHANGELOG.md +++ b/packages/atlas-core/CHANGELOG.md @@ -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 where Atlas_Topbar layout showing incorrect padding in topbar menu. + ## [3.16.1] Atlas Core - 2024-12-9 ### Fixed diff --git a/packages/atlas-core/package.json b/packages/atlas-core/package.json index 4451f840..f54a0860 100644 --- a/packages/atlas-core/package.json +++ b/packages/atlas-core/package.json @@ -1,7 +1,7 @@ { "name": "atlas-core", "moduleName": "Atlas Core", - "version": "3.16.1", + "version": "3.16.2", "license": "Apache-2.0", "copyright": "© Mendix Technology BV 2024. All rights reserved.", "repository": { diff --git a/packages/atlas/src/themesource/atlas_core/web/core/widgets/_scroll-container-react.scss b/packages/atlas/src/themesource/atlas_core/web/core/widgets/_scroll-container-react.scss index 9c0f610b..4c459aad 100644 --- a/packages/atlas/src/themesource/atlas_core/web/core/widgets/_scroll-container-react.scss +++ b/packages/atlas/src/themesource/atlas_core/web/core/widgets/_scroll-container-react.scss @@ -202,7 +202,7 @@ pointer-events: auto; } - .mx-scrollcontainer-center { + .region-content { .mx-layoutgrid, .mx-layoutgrid-fluid { @include layout-spacing($type: padding, $direction: all, $device: responsive);