Sticky save buttons

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2021-07-19 12:34:30 +02:00 committed by backportbot[bot]
parent a85ab83e75
commit c842f7e310
2 changed files with 12 additions and 0 deletions

View File

@ -86,6 +86,14 @@
&__buttons {
padding-top: 14px;
position: absolute;
bottom: 0px;
z-index: 2;
width: 97%;
left: 0px;
background-color: var(--color-main-background);
padding-left: 22px;
padding-right: 22px;
button {
width: 100%;

View File

@ -373,4 +373,8 @@ export default {
::v-deep .app-sidebar-header__description {
flex-direction: column;
}
::v-deep .app-sidebar-tab__content {
margin-bottom: 100px;
}
</style>