[Neos] Styling with * { position:relative; }makes backend topbar right most buttons unclickable

Stefan Reichelt eichelt at web.de
Fri Jun 6 14:49:50 CEST 2014


Hello Carsten,

On 05.06.2014 17:55, Carsten Bleicker wrote:
> but i ask myself: why * position relative.
> relative isnt the default value of any box?
Yeah. I started to use it after I realized that static and relative have
almost the exact same basic/default behaviour (although thanks to Neos I
now know better :) ).
This way I can just omit using the 'position:relative;' everytime I want
to move an element or when using absolute on one that should be relative
to its parents. It just seemed kinda easier.

Although to be fair, with Sass either case should be easier to solve, so
I suppose it wouldn't matter anymore. Might try to go without it again
sometime and see where it leads me..

Anyway, did some more testing and found another small thing in the
backend that gets mispositioned. For now I fixed all of it by using the
relative for everything only inside of my own page-container.
So all's fine now. :)

Pleasant weekend everyone and
kind regards
Stefan


More information about the Neos mailing list