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
Solspace Calendar includes a live preview for their Event elements. When opening the preview, the editor panel is not scrollable and is missing some padding:
Live Preview gets initiated here through Craft.LivePreview.init, that's why I'm opening the issue here.
I believe this to be caused by this commit e1d523a
While the new .lp-content class was introduced to the Preview class, it's not being used for LivePreview:
Steps to reproduce
Install Solspace Calendar
Configure a preview target for the default calendar (/admin/calendar/calendars/default)
Create and save a valid event
Open Live Preview
Expected behavior
All fields should be visible, the editor panel should have horizontal padding and can be scrolled.
Actual behavior
Due to the missing padding, some fields are not fully visible. The panel cannot be scrolled.
Craft CMS version
5.2.0
PHP version
8.2
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
"solspace/craft-calendar": "^5.0.7"
The text was updated successfully, but these errors were encountered:
What happened?
Description
Solspace Calendar includes a live preview for their Event elements. When opening the preview, the editor panel is not scrollable and is missing some padding:
Live Preview gets initiated here through
Craft.LivePreview.init
, that's why I'm opening the issue here.I believe this to be caused by this commit e1d523a
While the new
.lp-content
class was introduced to the Preview class, it's not being used for LivePreview:Steps to reproduce
Expected behavior
All fields should be visible, the editor panel should have horizontal padding and can be scrolled.
Actual behavior
Due to the missing padding, some fields are not fully visible. The panel cannot be scrolled.
Craft CMS version
5.2.0
PHP version
8.2
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
The text was updated successfully, but these errors were encountered: