rolandtoth / AdminOnSteroids

Various ProcessWire admin tweaks to boost productivity.

Home Page:https://processwire.com/talk/topic/13389-adminonsteroids/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hidden overflow on collapsed inputfield cuts off edit field link

Toutouwai opened this issue · comments

The CSS rule...

html.aos .InputfieldStateCollapsed {
    overflow: hidden!important;
}

...causes the edit field link to be cut off.

2019-03-18_140206

I removed this rule and things seem to work okay without it, but I didn't do a heap of testing and I'm sure you must have added it for some reason. Maybe some other solution can be found, e.g. hiding overflow more specifically for .InputfieldStateCollapsed .InputfieldContent?