aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ComparisonBox.scss
diff options
context:
space:
mode:
authoralyssaf16 <alyssa_feinberg@brown.edu>2024-06-12 12:31:50 -0400
committeralyssaf16 <alyssa_feinberg@brown.edu>2024-06-12 12:31:50 -0400
commit39784e909c68f139bb537151294d8db56d021158 (patch)
tree23a2d821013b3e24f5119ff67c0b2395f5a3216b /src/client/views/nodes/ComparisonBox.scss
parent10f0a232bc40a17f0151430bf7cc3ba3c10ede67 (diff)
flashcard
Diffstat (limited to 'src/client/views/nodes/ComparisonBox.scss')
-rw-r--r--src/client/views/nodes/ComparisonBox.scss13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/client/views/nodes/ComparisonBox.scss b/src/client/views/nodes/ComparisonBox.scss
index dc107b576..0b2c356e5 100644
--- a/src/client/views/nodes/ComparisonBox.scss
+++ b/src/client/views/nodes/ComparisonBox.scss
@@ -14,9 +14,8 @@
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 0.2px;
}
-
.input-box {
- position: relative;
+ position: absolute;
padding: 10px;
width: 100%;
height: 100%;
@@ -145,6 +144,15 @@
}
}
+.explain {
+ position: absolute;
+ top: 10px;
+ left: 10px;
+ z-index: 200;
+ padding: 5px;
+ background: #dfdfdf;
+}
+
.comparisonBox-interactive {
pointer-events: unset;
cursor: ew-resize;
@@ -154,6 +162,7 @@
display: flex;
}
}
+
// .input-box {
// position: absolute;
// padding: 10px;