mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Fix: remove phantom right-edge spacing when no vertical scrollbar is present.
This commit is contained in:
@@ -289,6 +289,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* Fix when no vertical scrollbar is present, some environments reserve a gutter by default */
|
||||
html,
|
||||
body {
|
||||
scrollbar-gutter: auto !important;
|
||||
}
|
||||
|
||||
/* TODO: remove this block once Pink V2 is incorporated */
|
||||
input[type='radio'],
|
||||
input[type='checkbox']:not([class='switch']),
|
||||
|
||||
Reference in New Issue
Block a user