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

Dashed lines before labeled hour-segments are not visible #952

Closed
l0wlik34G6 opened this issue Apr 15, 2019 · 5 comments
Closed

Dashed lines before labeled hour-segments are not visible #952

l0wlik34G6 opened this issue Apr 15, 2019 · 5 comments
Labels

Comments

@l0wlik34G6
Copy link

l0wlik34G6 commented Apr 15, 2019

Describe the bug

Dashed line is not visible before labeled hour-segments (see screenshot)

I'm pretty sure, this does not fit every way of displaying the calendar, but for me it was ok:

   .cal-day-view .cal-hour:not(:last-child) .cal-hour-segment,
   .cal-day-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
+    z-index: 150;
+    position: relative;
     border-bottom: thin dashed; }
   .cal-day-view .cal-time {
   .cal-day-view .cal-event-container {
     position: absolute;
+    z-index: 200;
     cursor: pointer; }
     .cal-day-view .cal-event-container.resize-active {
-      z-index: 1;
+      z-index: 190;
       pointer-events: none; }
   .cal-day-view .cal-event {
     border-bottom-right-radius: 5px; }
   .cal-day-view .cal-drag-active {
-    z-index: 1; }
+    z-index: 190; }
     .cal-day-view .cal-drag-active * {
       pointer-events: none; }

Hopefully, I didn't forget any changes I made.

Screenshots

Before:
image
(to see the issue better, I changed the border color to black)

After:
image

Versions

  • @angular/core: 7.2.13
  • angular-calendar: 0.27.3
  • Browser name and version: chrome 73.0
@matts-bot
Copy link

matts-bot bot commented Apr 15, 2019

Thanks so much for opening an issue! If you'd like me to give priority to answering your issue or would just like to support this project, then please consider supporting me on Patreon

@mattlewis92
Copy link
Owner

I'm also unable to reproduce this as well, can you make a runnable stackblitz for this as well please? Thanks!

@l0wlik34G6
Copy link
Author

@no-response no-response bot removed the needs reply label Apr 16, 2019
@mattlewis92
Copy link
Owner

Got it, thanks! Again it looks like another bootstrap issue

@mattlewis92
Copy link
Owner

Also fixed in 0.27.4 👍

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

No branches or pull requests

2 participants