aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainOverlayTextBox.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-10-04 01:50:57 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-10-04 01:50:57 -0400
commit53685a27139886c1df74840cc9f451c046a32de6 (patch)
tree849bc481ce4dbf196686f5ba2c046430663c28a9 /src/client/views/MainOverlayTextBox.scss
parent460cec4d786e026dabdb8fb873284f6574799367 (diff)
got rid of MainOverlayTextBox! fixed some things with embedding docs in text
Diffstat (limited to 'src/client/views/MainOverlayTextBox.scss')
-rw-r--r--src/client/views/MainOverlayTextBox.scss29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/client/views/MainOverlayTextBox.scss b/src/client/views/MainOverlayTextBox.scss
deleted file mode 100644
index c9d44e194..000000000
--- a/src/client/views/MainOverlayTextBox.scss
+++ /dev/null
@@ -1,29 +0,0 @@
-@import "globalCssVariables";
-
-.mainOverlayTextBox-textInput {
- background-color: rgba(248, 6, 6, 0.001);
- width: 400px;
- height: 200px;
- position: absolute;
- overflow: visible;
- top: 0;
- left: 0;
- pointer-events: none;
- z-index: $mainTextInput-zindex;
-
- .formattedTextBox-cont {
- background-color: rgba(248, 6, 6, 0.001);
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- }
-}
-
-.mainOverlayTextBox-unscaled_div {
- // width: 0px;
- z-index: 10000;
- position: absolute;
- pointer-events: none;
-} \ No newline at end of file