Skip to content
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

Fix medex navbar overflow #3732

Merged
merged 4 commits into from Aug 10, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion library/MedEx/API.php
Expand Up @@ -1521,7 +1521,7 @@ function SMS_bot_list() {
} else {
echo 'up';
} ?> menu_arrow" style="position: fixed; left: 5px; top: 5px; z-index: 1099;" id="patient_caret" onclick='toggle_menu();' aria-hidden="true"></i>
<div id="hide_nav" style="<?php if ($setting_bootstrap_submenu == 'hide') {
<div id="hide_nav" class="mt-5" style="<?php if ($setting_bootstrap_submenu == 'hide') {
echo "display:none;"; } ?>">
<nav id="navbar_oe" class="bgcolor2 fixed-top navbar-expand-md navbar-custom navbar-bright navbar-inner" name="kiosk_hide" data-role="page banner navigation">
<!-- Brand and toggle get grouped for better mobile display -->
Expand Down