mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
add scroll for cardstack overflow
This commit is contained in:
committed by
Franc Camps-Febrer
parent
92a5c08b22
commit
f93a1feccc
@@ -9,9 +9,9 @@ $timeline-height: 170px;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
max-height: calc(100% - 208px);
|
||||
max-height: calc(100% - 180px);
|
||||
height: auto;
|
||||
overflow: hidden;
|
||||
overflow-y: scroll;
|
||||
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
|
||||
z-index: $header;
|
||||
color: white;
|
||||
|
||||
Reference in New Issue
Block a user