pitaj / nodebb-plugin-calendar

Fully-featured calendar plugin for NodeBB
42 stars 34 forks source link

Opening event info dialog moves calendar to the left #95

Closed Fank closed 7 years ago

Fank commented 7 years ago

Before opening: image image

After opening image image

The padding-right: 15px; will be added to both, dialog and body tag. But it should not be added to the body tag.

pitaj commented 7 years ago

Pretty sure this is just how bootstrap modals behave.