I mean the admin page on the CLock. For instance, if I am watching my power by clicking on a power pole and have the "Electric network Info" screen up, and I click on the button to bring up the clock, it will be behind. Even if I click on it and move it, it's still behind. I have to move the Electric network info screen out of the way to see the entire admin screen where I can control the game speed.
As said, that's to do with how the game engine handles GUI layers. The Power GUI is in the "Screen" layer, which is always drawn on top of the Top or Side GUI layers. The clock GUI is in the Top layer.
The only way I could change it would be to put the clock GUI in the Screen layer, but if I did that then opening the Power GUI would close the Clock GUI, and Vica Verca, so wouldn't solve the problem.