mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-21 00:49:45 +01:00
Persist sort priority!
This commit is contained in:
@@ -23,12 +23,28 @@
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.destroy-pointer-event,
|
||||
.destroy-pointer-event * {
|
||||
pointer-events: none !important;
|
||||
}
|
||||
|
||||
/* Style the scrollbars */
|
||||
::-webkit-scrollbar-corner,
|
||||
::-webkit-scrollbar {
|
||||
@apply w-1.5 h-1.5 bg-gray-300/10;
|
||||
@apply w-1.5 h-1.5;
|
||||
}
|
||||
|
||||
.scrollbar-track,
|
||||
::-webkit-scrollbar-corner,
|
||||
::-webkit-scrollbar {
|
||||
@apply bg-gray-300/10;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
@apply hover:bg-gray-300 rounded-full;
|
||||
}
|
||||
|
||||
.scrollbar-thumb,
|
||||
::-webkit-scrollbar-thumb {
|
||||
@apply bg-gray-200 hover:bg-gray-300 rounded-full;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user