Fix invisible scroll bar on release pipeline logs #238
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
To see an example of the issue: click on the
![image](https://private-user-images.githubusercontent.com/3292306/361003909-9e017d00-4743-4a56-a313-46c09136c4d9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MTU4NTEsIm5iZiI6MTczODkxNTU1MSwicGF0aCI6Ii8zMjkyMzA2LzM2MTAwMzkwOS05ZTAxN2QwMC00NzQzLTRhNTYtYTMxMy00NmMwOTEzNmM0ZDkucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDdUMDgwNTUxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OTIzYzg3NGYxYTI2MGVjOTU2YWI4OWM2ODNkNzBkYjgzZjY0MjYxZjZkMTkyZTVjNGM1OTdhYTcyMGQ2ZGQ5YyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.IfmfmYLxb90muPXgXpTIj1fD4BujwPhDc0iUlqMHiAY)
dotnet stage FlexLogger_Tests_Execution_Group2
task here. Notice that the area where a scrollbar should be is just black:With these changes, there is now a visible scrollbar you can interact with:
![image](https://private-user-images.githubusercontent.com/3292306/361004769-cc59099a-1783-4167-9688-4b740f3f08c8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MTU4NTEsIm5iZiI6MTczODkxNTU1MSwicGF0aCI6Ii8zMjkyMzA2LzM2MTAwNDc2OS1jYzU5MDk5YS0xNzgzLTQxNjctOTY4OC00Yjc0MGYzZjA4YzgucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDdUMDgwNTUxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZDQ0ODBmZWU1MGVjOWQ1YTU4ZmZkNGNkN2I2MGZhZmI5Yzc2MmFlYWQxYTRkNTE0ZDVkYzk0YWYzNjBkMzU0MSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.XN_j2QiYKm9ixYcsV_344ad2Vd1GIleSVS44FjxLyK0)
Tested:
✅ Version is incremented following semantic versioning
✅ Runs in latest stable Chrome and Firefox without Javascript errors (also tested Edge)
✅ Works in both
dev.azure.com/ni
andni.visualstudio.com
✅ Customizations work in both light and dark theme
✅ Does not report any issues in
eslint
(runnpm run build
)