fix(ui): hide search bar behind slideover when opened (#3348)

This commit is contained in:
Danshil Kokil Mungur
2023-02-24 06:03:01 +04:00
committed by GitHub
parent af880a6c83
commit b3882de893
3 changed files with 7 additions and 4 deletions

View File

@@ -16,5 +16,8 @@
}
],
"editor.formatOnSave": true,
"typescript.preferences.importModuleSpecifier": "non-relative"
"typescript.preferences.importModuleSpecifier": "non-relative",
"files.associations": {
"globals.css": "tailwindcss"
}
}