diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-05-11 16:16:53 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-06-12 08:44:34 +0200 |
commit | 5b61dfac5543d5f9c0bbfd58b4aa1b383d3bfb2b (patch) | |
tree | 9f20439d953c206c9679005661338c9bf9c0c5f3 /scss | |
parent | 8b0b3cf749588394320af64b5350a1f09998f119 (diff) | |
download | Ishtar-5b61dfac5543d5f9c0bbfd58b4aa1b383d3bfb2b.tar.bz2 Ishtar-5b61dfac5543d5f9c0bbfd58b4aa1b383d3bfb2b.zip |
CSS: fix sheet menu top
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; } |