Skip to content

Commit 728f471

Browse files
Merge pull request #21 from DevExpress-Examples/fix-24-2-3
Update App.css
2 parents 040b7ee + 96ee538 commit 728f471

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Angular/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"@angular-devkit/build-angular": "^18.0.4",
3434
"@angular/cli": "~18.0.4",
3535
"@angular/compiler-cli": "^18.0.3",
36+
"@types/file-saver":"2.0.7",
3637
"@types/jasmine": "~4.3.0",
3738
"eslint": "^8.39.0",
3839
"eslint-config-devextreme": "^1.1.4",

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<!-- default badges list -->
2-
![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/782922866/24.2.3%2B)
32
[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T1226606)
43
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
54
[![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives)

React/src/App.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
#request-panel {
1212
min-width: 505px;
1313
height: 400px;
14-
overflow-x: hidden;
15-
overflow-y: auto;
14+
overflow: hidden auto;
1615
padding: 18px;
1716
margin-top: 40px;
1817
background-color: rgb(191 191 191 / 15%);

0 commit comments

Comments
 (0)