fix: rtl issues related to sidenav and global footer

This commit is contained in:
TechMiX
2023-12-06 19:50:33 +01:00
parent 4169e1053f
commit dc06387347
3 changed files with 13 additions and 2 deletions

View File

@@ -996,6 +996,18 @@ th {
.btn-audit {
margin-left: .5em;
}
.sidenav {
@extend .sidenav;
margin-left: 0px !important;
margin-right: -250px;
.open {
@extend .open;
margin-right: 0px;
right: 0px;
}
}
}
.scriptmessage {