Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drupal 8 - Overlapping bar in Register an Attendee and Event Configuration #468

Open
jitendrapurohit opened this issue Aug 28, 2020 · 3 comments

Comments

@jitendrapurohit
Copy link

jitendrapurohit commented Aug 28, 2020

Register event page - /civicrm/participant/add?reset=1&action=add&context=standalone has -

image

Confirmed on 2 d8 sites with the same issue.

On d7, these tabs are rendered correctly -

image

@jojowork
Copy link

We are facing similar problems with Legend Elements overlapping the actual content on Mailing Reports:
Mailing Reports Legend Element Overlap
I did some investigation and the problem seems to be caused by this CSS-Code:

fieldset:not(.fieldgroup) > legend {
  position: absolute;
  top: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
}

The position: absolute; seems to result in an overlap over the content following after it.

Because this Bug is seriously limiting the usablity of Shoreditch I think we need to find an solution for this.

@abugey
Copy link

abugey commented Nov 30, 2022

A similiar problem occurs

  • when trying to modify settings to send emails to event participants. Checkbox is not visible.

  • on the page /civicrm/admin/setting/smtp

Bildschirmfoto vom 2022-11-30 16-57-30

@MegaphoneJon
Copy link

@jojowork @abugey Compuco does not support Shoreditch on any CMS except D7. I recommend using this fork instead: https://github.com/coopsymbiotic/shoreditch.git. I believe this is the fork used by CiviCRM Spark, so it gets quite a bit of use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants