mirror of
https://github.com/docmost/docmost.git
synced 2026-07-11 10:54:44 +10:00
fix(base): remove focus outline on grid container
This commit is contained in:
@@ -36,6 +36,11 @@
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
|
||||
.bodyGrid:focus,
|
||||
.bodyGrid:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.bodyGrid::-webkit-scrollbar {
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user