aboutsummaryrefslogtreecommitdiff
path: root/src/components/editors/scss/client-editor.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/editors/scss/client-editor.scss')
-rw-r--r--src/components/editors/scss/client-editor.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/components/editors/scss/client-editor.scss b/src/components/editors/scss/client-editor.scss
index 30919fd..2a2bfef 100644
--- a/src/components/editors/scss/client-editor.scss
+++ b/src/components/editors/scss/client-editor.scss
@@ -16,6 +16,7 @@
*/
@import "editor";
+@import "../../../colors";
.client-editor {
max-width: 90%;
@@ -33,3 +34,14 @@
}
}
}
+
+.floating-window {
+ overflow: scroll;
+ max-height: 100%;
+ .buttons {
+ position: fixed;
+ bottom: 1rem;
+ background-color: $backgroundColor;
+ padding: 1rem auto;
+ }
+}