use position:sticky for form submit buttons in editor

This commit is contained in:
Laura Klünder 2017-06-11 02:13:13 +02:00
parent 70a956a945
commit 6f13be9b8b

View file

@ -46,9 +46,17 @@ body:not(.map-enabled) #sidebar {
#sidebar .content {
width:100%;
max-width:350px;
padding:10px 15px;
padding:10px 15px 0;
margin:auto;
}
#sidebar .content form:last-child .form-group:last-child:not(:first-child) {
margin-bottom:0;
padding:0 0 15px;
position:sticky;
bottom:0;
background-color: #ffffff;
box-shadow: 0 0 10px 10px #ffffff;
}
#noscript {
font-weight:bold;
color:red;