question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dashed lines before labeled hour-segments are not visible

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mattlewis92commented, Apr 20, 2019

Also fixed in 0.27.4 👍

0reactions
mattlewis92commented, Apr 16, 2019

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dashed line not visible - Autodesk Community - AutoCAD
Solved: How do you make a dashed linetype visible. When I apply a dashed line to a layer, the lines stays continious.
Read more >
Two-Way Traffic Markings Long Descriptions - FHWA MUTCD
A two-lane roadway is shown with a centerline marking of a broken yellow line. Arrows show that the direction of travel is one...
Read more >
Astronomy Final Flashcards - Quizlet
The diagram shows two planets. The shaded side of the planet is night time. The dots represent the locations the character is going...
Read more >
Partial restrictions - Wazeopedia
A partial restriction is entered on a segment or a turn restriction. ... Once a segment is marked as a toll segment, then...
Read more >
Long-Term Recordings Improve the Detection of Weak ... - NCBI
Hence, some connections may not be visible in spike cross-correlograms from a ... The vertical black dashed lines represent the limits of the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found