diff options
Diffstat (limited to 'animism-align/frontend/app/views/viewer/sections/sections.css')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/sections/sections.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/animism-align/frontend/app/views/viewer/sections/sections.css b/animism-align/frontend/app/views/viewer/sections/sections.css index 0ca84a2..621df22 100644 --- a/animism-align/frontend/app/views/viewer/sections/sections.css +++ b/animism-align/frontend/app/views/viewer/sections/sections.css @@ -16,7 +16,7 @@ transform: translateZ(0) translateY(0); } .checklist-open .viewer-sections { - transform: translateZ(0) translateY(calc(3rem - 100vh - 4px)); + transform: translateZ(0) translateY(calc(3rem - 100vh)); z-index: 20; } @@ -27,6 +27,7 @@ white-space: nowrap; overflow-y: auto; } +/* .viewer-sections-scroll::-webkit-scrollbar { cursor: pointer; user-select: none; @@ -44,6 +45,7 @@ display: block; background: #000; } +*/ /* clickable section indicators */ @@ -55,6 +57,9 @@ font-size: 16px; cursor: pointer; } +.viewer-sections .viewer-section:last-child { + margin-right: 1rem; +} .viewer-section > div { height: 20rem; } |
