Skip to content

Commit

Permalink
Merge branch 'develop' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley committed Sep 6, 2019
2 parents 9a3da50 + 1aee41a commit b0b7a0e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ theme/
|     |   ├── base/
|     |   ├── helpers/
| | ├── widgets/
|    |   └── _variables.js
|    |  | _variables.js
|    |  └── manifest.json
| ├── ui_resources/
|     |   └── atlas_ui_resources/
|     |   ├── buildingblocks/
Expand All @@ -38,7 +39,8 @@ theme/
|       |   ├── helpers/
| | ├── widgets/
| | ├── widgetscustom/
|      |   └── _variables.scss
|      |   | _variables.scss
|      |  └── manifest.json
| ├── ui_resources/
|       |   └── atlas_ui_resources/
|       |   ├── buildingblocks/
Expand Down
2 changes: 1 addition & 1 deletion styles/web/css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion styles/web/css/main.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions styles/web/sass/core/_legacy/_mxui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2925,9 +2925,9 @@ input[type="checkbox"] {
.mx-window-header {
cursor: move;
}
//.mx-window-body {
// overflow: auto;
//}
.mx-window-body {
overflow: auto;
}

.mx-dropdown-list * {
cursor: pointer;
Expand Down
3 changes: 3 additions & 0 deletions styles/web/sass/core/widgets/_modals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
// Default Mendix Window Modal
.mx-window {
// If popup direct child is a dataview it gets the class mx-window-view
&.mx-window-view.mx-window-active .mx-window-body {
overflow:hidden; // hide second scrollbar in edit page
}
&.mx-window-view .mx-window-body {
padding: 0;
// Dataview in popup
Expand Down

0 comments on commit b0b7a0e

Please sign in to comment.