fix: fix panels squeezed on mobile when navi is open #1690
Merged
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.
Description
This PR fixes a issue with the naviDrawer on tablet and smaller viewports.
Related Tickets & Documents
fixes #1596
Mobile & Desktop Screenshots/Recordings
before:
![image](https://private-user-images.githubusercontent.com/8167632/291006879-52609813-ae13-4636-84d2-886722b92317.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2Mjg3NTAsIm5iZiI6MTczOTYyODQ1MCwicGF0aCI6Ii84MTY3NjMyLzI5MTAwNjg3OS01MjYwOTgxMy1hZTEzLTQ2MzYtODRkMi04ODY3MjJiOTIzMTcucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMTQwNzMwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZGUzZTQyNzE5MTcwZmYyOTZlMmEyYTE5MzY4YmFiOTQxN2U3ZTAwYzRhNzc4ZDFhNmQ1NzRhNTY0OGE1YjVjMyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.ozSaoAeQli4WO8PIJlBDtuQh_CiUDIayd0yI49CjFeI)
after:
![image](https://private-user-images.githubusercontent.com/8167632/291006855-82995b94-262b-4ed5-bab5-b5c4acfaf3e4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2Mjg3NTAsIm5iZiI6MTczOTYyODQ1MCwicGF0aCI6Ii84MTY3NjMyLzI5MTAwNjg1NS04Mjk5NWI5NC0yNjJiLTRlZDUtYmFiNS1iNWM0YWNmYWYzZTQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMTQwNzMwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YWMyNDZlMjcyMzkyNTcyN2MwMDZhNzI2OWIyM2U1MzliY2ZlMjQ5NTM0ZTJlZWU2Zjc5YzZiNGUzZmRlYjFhOSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.MH9xiezt-SsgBTZ9YtQU6pveGi01baCVAZ0Fks283tw)
[optional] Are there any post-deployment tasks we need to perform?
none