Studio: make grid checkbox rectangular and commit table changes
This commit is contained in:
@@ -51,9 +51,11 @@
|
||||
.shadow-sb { box-shadow: 0 12px 30px rgba(0,0,0,.45) !important; }
|
||||
|
||||
/* Scrollbar helpers used in preview */
|
||||
.sb-scrollbar::-webkit-scrollbar { width: 10px; height: 10px; }
|
||||
.sb-scrollbar::-webkit-scrollbar-thumb { background: rgba(255,255,255,.08); border-radius: 999px; }
|
||||
.sb-scrollbar::-webkit-scrollbar-track { background: rgba(0,0,0,.15); }
|
||||
.sb-scrollbar::-webkit-scrollbar { width: 6px; height: 6px; }
|
||||
.sb-scrollbar::-webkit-scrollbar-thumb { background: rgba(255,255,255,.12); border-radius: 999px; transition: background .2s; }
|
||||
.sb-scrollbar::-webkit-scrollbar-thumb:hover { background: rgba(255,255,255,.25); }
|
||||
.sb-scrollbar::-webkit-scrollbar-track { background: transparent; }
|
||||
.sb-scrollbar { scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.12) transparent; }
|
||||
|
||||
/* Ensure header and dropdowns are not clipped and render above page content */
|
||||
header {
|
||||
|
||||
Reference in New Issue
Block a user