diff options
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index ef0c91bad..26cad97ab 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -162,7 +162,7 @@ textarea { background-color: $gray-200; position: fixed; right: 0; - margin-top: 25px; + margin-top: 100px; z-index: 50; width: 200px; } |