diff options
Diffstat (limited to 'Timeline/ClientApp/src/app/views/timeline-common/timeline-common.sass')
-rw-r--r-- | Timeline/ClientApp/src/app/views/timeline-common/timeline-common.sass | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/Timeline/ClientApp/src/app/views/timeline-common/timeline-common.sass b/Timeline/ClientApp/src/app/views/timeline-common/timeline-common.sass index 1862de02..a7b9af7b 100644 --- a/Timeline/ClientApp/src/app/views/timeline-common/timeline-common.sass +++ b/Timeline/ClientApp/src/app/views/timeline-common/timeline-common.sass @@ -142,17 +142,5 @@ $timeline-line-color-current: #36c2e6 .info-card-container position: sticky + top: 56px z-index: 1 - - .info-card-collapse-button - z-index: 1 - position: relative - - .info-card-content - width: 100% - transform-origin: right top - transition: transform 0.5s - - &[data-collapse='true'] - .info-card-content - transform: scale(0) |