schmunk42 / yii-backend-theme

Yii Framework Theme for Application Backend
1 stars 2 forks source link

Admin panel goes below the widget edit overlay #3

Open damiandennis opened 10 years ago

damiandennis commented 10 years ago

I noticed that the administration bar goes below the widget edit overlay.

administration bar: z-index: 1150 widget overlay: z-index: 1170

not sure if that is on purpose but it seems to me that it should go the other way around.

schmunk42 commented 10 years ago

Should be fixed by https://github.com/schmunk42/yii-backend-theme/commit/ea02a3a359d8f448f052b3b8138350beec99da9f

The problem are different z-index stacks for relative, absolute and fixed positioned elements.

schmunk42 commented 10 years ago

Aww, sorry. I forgot to commit the CSS.

damiandennis commented 10 years ago

That cool, I actually sorted that out also but had issues getting the compiled css to match, seems there were a number of other css rules that were not in the less file. What do you use to compile your sass, just the command line?

damiandennis commented 10 years ago

lol not sass less :)

schmunk42 commented 10 years ago

Usually I use crisu83/yii-less. node.js is required, but then you can just enable the less compiler in your local config by adding the less component to the preload section.