mirror of https://github.com/zulip/zulip.git
drafts: Use simplebar.
This commit is contained in:
parent
7ed0f595e5
commit
8e06335788
|
@ -69,6 +69,17 @@
|
|||
color: hsl(0, 0%, 67%);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* Hide duplicate default scrollbar for IE, Edge and Firefox. In
|
||||
theory simplebar should be doing this for us. */
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
/* Hide duplicate default scrollbar for IE, Edge and Firefox. In
|
||||
theory simplebar should be doing this for us. */
|
||||
.drafts-list::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
{{t "Pro tip: You can use 'd' to open your drafts."}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="drafts-list">
|
||||
<div class="drafts-list" data-simplebar>
|
||||
<div class="no-drafts">
|
||||
{{t 'No drafts.'}}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue