For example when a user edit his profile appears a confirmation message under the topbar and it is not visible.
Can I edit the position and where?
thank you
#system-message-container {
color: #ffffff;
margin: 0;
padding: 0;
position: fixed;
text-align: center;
top: 0;
width: 100%;
}
.buttonBar-right {
bottom: 0;
position: absolute;
width: auto;
}
form#adminForm {
position: relative;
}