admin-2020 / Admin-2020-Theme

A place to log all issues / bugs with Adminn 2020 Wordpress Admin theme
1 stars 0 forks source link

ACF Pro, no scroll bars #26

Closed aldingamedia closed 4 years ago

aldingamedia commented 4 years ago

The ACF Pro doesn't seem to scroll when expanding a large list of field rows. It becomes cut off after about 15 rows.

I do have Oxygen Builder active so I am not sure if it is Oxygen covering it.

image

aldingamedia commented 4 years ago

I have installed version 1.1.9 and this problem still exists.

admin-2020 commented 4 years ago

Ok, we will look to get this fixed in the next version, I will update here when it's fixed!

admin-2020 commented 4 years ago

Looks like this was caused by CSS style setting a max-height on the container. Will be fixed in version 1.2.0 - In the mean time if you want to fix, either add the below to the admin css or using an admin css plugin:

.inside {
  max-height: 20000px !important;
}