mirror of
				https://github.com/ae-utbm/sith.git
				synced 2025-10-31 09:03:06 +00:00 
			
		
		
		
	Fix wrong overflow on chrome for calendar
This commit is contained in:
		| @@ -75,10 +75,10 @@ ics-calendar { | ||||
|   } | ||||
|  | ||||
|   td { | ||||
|     overflow-x: visible; // Show events on multiple days | ||||
|     overflow: visible; // Show events on multiple days | ||||
|   } | ||||
|  | ||||
| 	//Reset from style.scss | ||||
|   //Reset from style.scss | ||||
|   table { | ||||
|     box-shadow: none; | ||||
|     border-radius: 0px; | ||||
| @@ -86,13 +86,13 @@ ics-calendar { | ||||
|     margin: 0px; | ||||
|   } | ||||
|  | ||||
| 	// Reset from style.scss | ||||
|   // Reset from style.scss | ||||
|   thead { | ||||
|     background-color: white; | ||||
|     color: black; | ||||
|   } | ||||
|  | ||||
| 	// Reset from style.scss | ||||
|   // Reset from style.scss | ||||
|   tbody>tr { | ||||
|     &:nth-child(even):not(.highlight) { | ||||
|       background: white; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user