-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(O3-2601)[feat] - Hide bottom navigation on tablet, when filling forms #1531
(O3-2601)[feat] - Hide bottom navigation on tablet, when filling forms #1531
Conversation
packages/esm-patient-chart-app/src/patient-chart/action-menu/action-menu.scss
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @usamaidrsk
:global(.omrs-breakpoint-lt-desktop) { | ||
.hiddenSideRail { | ||
display: none; | ||
} | ||
} | ||
:global(.omrs-breakpoint-lt-desktop) { | ||
.showSideRail { | ||
display: flex; | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:global(.omrs-breakpoint-lt-desktop) { | |
.hiddenSideRail { | |
display: none; | |
} | |
} | |
:global(.omrs-breakpoint-lt-desktop) { | |
.showSideRail { | |
display: flex; | |
} | |
} | |
:global(.omrs-breakpoint-lt-desktop) { | |
.hiddenSideRail { | |
display: none; | |
} | |
.showSideRail { | |
display: flex; | |
} | |
} |
The 2 classes can be clubbed into a single class bracket
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vasharma05 thanks, though it was merged already
Great work @usamaidrsk ! |
Requirements
Summary
Screenshots
Related Issue
O3-2601
Other