You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening a page in the CMS causes the browser to get a horizontal scrollbar. This is caused by the dropdown for the "mode" in the bottom right. Adding the following css fixes the problem:
Opening a page in the CMS causes the browser to get a horizontal scrollbar. This is caused by the dropdown for the "mode" in the bottom right. Adding the following css fixes the problem:
#preview-mode-dropdown-in-content .chosen-drop { right: 0; width: 160px; }
Tested in Chrome 108.0.5359.98 on Pop!_OS 22.04 LTS.
The text was updated successfully, but these errors were encountered: