mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Theme - Menu Style (Fixed): Make User Menu visible when scrolled.
This commit is contained in:
@@ -1287,6 +1287,7 @@
|
||||
//styles below are defined here to prevent caching (following a permission change, etc)
|
||||
$html .= "<style>\n";
|
||||
$html .= "div#body_header_user_menu {\n";
|
||||
$html .= " position: fixed;\n";
|
||||
$html .= " right: ".(permission_exists('domain_select') ? '170px' : '30px')." !important;\n";
|
||||
$html .= " }\n";
|
||||
$html .= "@media (max-width: 575.98px) {\n";
|
||||
|
||||
Reference in New Issue
Block a user