use position:sticky for form submit buttons in editor
This commit is contained in:
parent
70a956a945
commit
6f13be9b8b
1 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue