Fix error message taking full height and preventing map events;
make error text selectable
This commit is contained in:
parent
92537cc00d
commit
bdc1fd0cb4
2 changed files with 5 additions and 4 deletions
|
|
@ -133,8 +133,11 @@ footer {
|
|||
-moz-user-select: text;
|
||||
}
|
||||
#message {
|
||||
position: absolute;
|
||||
margin: 10px 46px; /* 10 + 26 + 10 */
|
||||
z-index: 3000;
|
||||
font-size: 1rem;
|
||||
cursor: auto;
|
||||
}
|
||||
|
||||
#profile_buttons {
|
||||
|
|
@ -248,10 +251,6 @@ https://css-tricks.com/svg-line-animation-works/
|
|||
padding: 2px 15px;
|
||||
}
|
||||
|
||||
#message .alert {
|
||||
margin: 10px 46px; /* 10 + 26 + 10 */
|
||||
}
|
||||
|
||||
#profile_message .alert {
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue