mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Fix ipad horizontal scroll
This commit is contained in:
@@ -339,7 +339,7 @@
|
||||
bottom: 67px;
|
||||
|
||||
@media (min-width: 768px) {
|
||||
width: calc(100% + 2 * var(--space-7));
|
||||
width: calc(100% + 2 * var(--space-7) - 1px);
|
||||
margin-inline-start: -15px;
|
||||
border-bottom-right-radius: var(--border-radius-m);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user