✨(frontend) add default background to left panel for better a11y
defined a default background color to prevent issues with user stylesheets Signed-off-by: Cyril <c.gromoff@gmail.com>
This commit is contained in:
@@ -43,6 +43,7 @@ export const LeftPanel = () => {
|
||||
min-width: 300px;
|
||||
overflow: hidden;
|
||||
border-right: 1px solid ${colorsTokens['greyscale-200']};
|
||||
background-color: ${colorsTokens['greyscale-000']};
|
||||
`}
|
||||
className="--docs--left-panel-desktop"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user