这是indexloc提供的服务,不要输入任何密码
Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/microsoft-trydotnet-editor/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ body {
width: auto;
height: auto;
margin: 0;
overflow: hidden;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the content is sized correctly, I would think we shouldn't need to do this.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that the issue is not in the content.
Here is the animated gif showing the behavior WITHOUT 'overflow: hidden'
ScrollBar

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's find some time to discuss.

}

.monaco-editor {
Expand Down