mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-09-19 09:40:13 +00:00
feat: responsive header, search boxes (#10)
This commit is contained in:
+14
-1
@@ -73,4 +73,17 @@ html,
|
||||
body,
|
||||
#root {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
@apply w-2.5 h-2.5;
|
||||
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
@apply bg-transparent
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
@apply rounded-full bg-border border-[1px] border-transparent border-solid bg-clip-padding;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user