mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
enhance: scrollbar no longer limits to the main content
also, a sticky right topbar
This commit is contained in:
@@ -1,12 +1,18 @@
|
||||
.cp__header {
|
||||
@apply shadow z-10 h-12 pr-4;
|
||||
@apply shadow z-10 h-12;
|
||||
|
||||
padding-right: 1rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex: 0 0 auto;
|
||||
background-color: var(--ls-primary-background-color, #fff);
|
||||
|
||||
position: sticky;
|
||||
position: -webkit-sticky;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
user-select: none;
|
||||
transition: width 0.3s;
|
||||
|
||||
.it svg {
|
||||
transform: scale(0.8);
|
||||
|
||||
Reference in New Issue
Block a user