summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/viewer/checklist/checklist.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-11-03 18:39:34 +0100
committerJules Laplace <julescarbon@gmail.com>2020-11-03 18:39:34 +0100
commitd424d1d5acbb7252e0667d1d3753ae1497972f7e (patch)
tree06b5469c9e6c8d6d5744256a6a678b3afbba1818 /animism-align/frontend/app/views/viewer/checklist/checklist.css
parente0e4c650f353cbfe5a7982bb39f4e393d42ef7cf (diff)
checklist scrolling
Diffstat (limited to 'animism-align/frontend/app/views/viewer/checklist/checklist.css')
-rw-r--r--animism-align/frontend/app/views/viewer/checklist/checklist.css21
1 files changed, 14 insertions, 7 deletions
diff --git a/animism-align/frontend/app/views/viewer/checklist/checklist.css b/animism-align/frontend/app/views/viewer/checklist/checklist.css
index e7ffb00..a572b84 100644
--- a/animism-align/frontend/app/views/viewer/checklist/checklist.css
+++ b/animism-align/frontend/app/views/viewer/checklist/checklist.css
@@ -21,12 +21,18 @@
}
.checklist-container {
- margin: 0 auto;
+ width: 100%;
height: 100%;
+ overflow-x: hidden;
+ overflow-y: auto;
+}
+.checklist-inner {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
+ margin: 0 auto;
+ width: 68rem;
}
/* dropdown */
@@ -34,8 +40,13 @@
.checklist-dropdown-container {
width: 12rem;
margin-top: 1.5rem;
- margin-left: 1.5rem;
cursor: pointer;
+ position: relative;
+ position: absolute;
+ left: calc(50% - 33rem);
+}
+.checklist-dropdown-placeholder {
+ width: 13.5rem;
}
.checklist-dropdown {
display: flex;
@@ -79,12 +90,8 @@
/* checklist content */
-.checklist-content,
-.credits-content {
+.checklist-content {
flex: 1;
- height: 100%;
- overflow-x: hidden;
- overflow-y: auto;
}
.checklist-table {
width: 51rem;