Dashed lines before labeled hour-segments are not visible
See original GitHub issueDescribe 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: (to see the issue better, I changed the border color to black)
After:
Versions
@angular/core
: 7.2.13angular-calendar
: 0.27.3- Browser name and version: chrome 73.0
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Also fixed in
0.27.4
👍Got it, thanks! Again it looks like another bootstrap issue