Describe the bug
Hello, when I create groups of left-aligned tabs, there is a problem with their display. Indeed, I am unable to display the different groups of tabs.
Check the display on the option page : you won't see the first group tabs
Expected behavior
I would like to see all group tabs
Screenshots or Video
If I check the DOM generated on the option page :
I can observe the CSS selector .acf-tab-wrap.-left .acf-tab-group on the file _fields.scss at line 1946. If I uncomment this position absolute, I can see all my tabs :
Code
Here is an ACF export of the group concerned, loaded on the following option page acf_add_options_sub_page('Pages génériques & pages d\'archives');
Describe the bug Hello, when I create groups of left-aligned tabs, there is a problem with their display. Indeed, I am unable to display the different groups of tabs.
To Reproduce Steps to reproduce the behavior:
Expected behavior I would like to see all group tabs
Screenshots or Video
If I check the DOM generated on the option page :
I can observe the CSS selector
.acf-tab-wrap.-left .acf-tab-group
on the file_fields.scss
at line 1946. If I uncomment this position absolute, I can see all my tabs :Code Here is an ACF export of the group concerned, loaded on the following option page
acf_add_options_sub_page('Pages génériques & pages d\'archives');
Version Information: