mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 10:30:29 +08:00
optimization: reduce the width of scroll bar in float box
This commit is contained in:
parent
2183c74a53
commit
6cad091f6d
@ -43,7 +43,7 @@
|
||||
</a>
|
||||
<!-- sponsors -->
|
||||
<a href="https://opencollective.com/marktext">
|
||||
<img src="https://opencollective.com/marktext/tiers/silver-sponsors/badge.svg?label=Silver Sponsors&color=brightgreen" alt="sponsors">
|
||||
<img src="https://opencollective.com/marktext/tiers/silver-sponsors/badge.svg?label=SilverSponsors&color=brightgreen" alt="sponsors">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
@ -18,6 +18,10 @@
|
||||
z-index: 10000;
|
||||
}
|
||||
|
||||
.ag-float-box::-webkit-scrollbar:vertical {
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
.ag-show-float-box {
|
||||
opacity: 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user