9bf4b77a by Jeff Balicki

admin fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 290f671c
...@@ -14985,6 +14985,11 @@ body { ...@@ -14985,6 +14985,11 @@ body {
14985 font-family: "PT Sans", sans-serif; 14985 font-family: "PT Sans", sans-serif;
14986 } 14986 }
14987 14987
14988 #wpadminbar {
14989 position: fixed !important;
14990 z-index: 99999 !important;
14991 }
14992
14988 /** Wednesday 26th July 2023 02:16:49 UTC (core) **/ 14993 /** Wednesday 26th July 2023 02:16:49 UTC (core) **/
14989 /** THIS FILE IS AUTOMATICALLY GENERATED - DO NOT MAKE MANUAL EDITS! **/ 14994 /** THIS FILE IS AUTOMATICALLY GENERATED - DO NOT MAKE MANUAL EDITS! **/
14990 /** Custom CSS should be added to Mega Menu > Menu Themes > Custom Styling **/ 14995 /** Custom CSS should be added to Mega Menu > Menu Themes > Custom Styling **/
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
1 body{ 1 body{
2 font-family: "PT Sans",sans-serif; 2 font-family: "PT Sans",sans-serif;
3 } 3 }
4 #wpadminbar{
5 position: fixed !important;
6 z-index: 99999 !important;
7 }
4 8
5 @import "mega_menu"; 9 @import "mega_menu";
6 @import "menu"; 10 @import "menu";
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
2 Theme Name: MSF CA Child 2 Theme Name: MSF CA Child
3 Author: Tenzing Communications 3 Author: Tenzing Communications
4 Template: msf-ca 4 Template: msf-ca
5 Version: 1.0.502 5 Version: 1.0.503
6 */ 6 */
7 7
......