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 | 7ca429d18060fbb93637df711b702bef058c8980 (patch) | |
tree | 9f20439d953c206c9679005661338c9bf9c0c5f3 /scss/custom.scss | |
parent | 83d4e47b7e0ee3946e07d1c5de04597a06613cf0 (diff) | |
download | Ishtar-7ca429d18060fbb93637df711b702bef058c8980.tar.bz2 Ishtar-7ca429d18060fbb93637df711b702bef058c8980.zip |
CSS: fix sheet menu top
Diffstat (limited to 'scss/custom.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; } |