🐛 Remove overlap on mobile between buttons (#2233)

* remove overlap on mobile between buttons

* update breakpoints
This commit is contained in:
Mutasem Aldmour
2021-10-05 20:33:25 +02:00
committed by GitHub
parent a4374e235e
commit 582f9a1e61
2 changed files with 6 additions and 0 deletions

View File

@@ -2308,6 +2308,10 @@ export default mixins(
color: #444;
padding-right: 5px;
@media (max-width: $--breakpoint-2xs) {
bottom: 90px;
}
&.expanded {
left: $--sidebar-expanded-width + $--zoom-menu-margin;
}