aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainOverlayTextBox.scss
diff options
context:
space:
mode:
authoryipstanley <stanley_yip@brown.edu>2019-07-15 11:52:59 -0400
committeryipstanley <stanley_yip@brown.edu>2019-07-15 11:52:59 -0400
commit4e17f0575b73466d745b7445d9bab85f038a5622 (patch)
tree3fe193a0dd95d4a57a0c67363eaab050af655151 /src/client/views/MainOverlayTextBox.scss
parent10bca76f3dcddd0662d5e340753f725582e62319 (diff)
parent27fc2cce30d990502f7836054eb15e24f51e709c (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/MainOverlayTextBox.scss')
-rw-r--r--src/client/views/MainOverlayTextBox.scss12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/client/views/MainOverlayTextBox.scss b/src/client/views/MainOverlayTextBox.scss
index f636ca070..c9d44e194 100644
--- a/src/client/views/MainOverlayTextBox.scss
+++ b/src/client/views/MainOverlayTextBox.scss
@@ -1,24 +1,28 @@
@import "globalCssVariables";
+
.mainOverlayTextBox-textInput {
background-color: rgba(248, 6, 6, 0.001);
width: 400px;
height: 200px;
- position:absolute;
+ position: absolute;
overflow: visible;
top: 0;
left: 0;
- pointer-events: none;
+ pointer-events: none;
z-index: $mainTextInput-zindex;
+
.formattedTextBox-cont {
background-color: rgba(248, 6, 6, 0.001);
width: 100%;
height: 100%;
- position:absolute;
+ position: absolute;
top: 0;
left: 0;
}
}
-.mainOverlayTextBox-.unscaled_div{
+
+.mainOverlayTextBox-unscaled_div {
+ // width: 0px;
z-index: 10000;
position: absolute;
pointer-events: none;