diff --git a/src/dat/gui/_structure.scss b/src/dat/gui/_structure.scss index a7d9d83..2a300ca 100644 --- a/src/dat/gui/_structure.scss +++ b/src/dat/gui/_structure.scss @@ -92,16 +92,30 @@ $button-height: 20px; overflow-x: hidden; &.has-save > ul { - margin-top: $row-height; + + &.close-top { + margin-top: 0; + } + &.close-bottom { + margin-top: $row-height; + } + &.closed { margin-top: 0; } } .save-row { - position: fixed; top: 0; z-index: 1002; + + &.close-top { + position: relative; + } + &.close-bottom { + position: fixed; + } + } }