mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-24 16:14:01 +08:00
Remove scrollbars from the new search bar
This commit is contained in:
parent
4f13589051
commit
ac3d8012ad
1 changed files with 3 additions and 0 deletions
|
@ -95,6 +95,9 @@
|
|||
overflow-x: scroll;
|
||||
white-space: nowrap;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
.layer {
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
|
Loading…
Reference in a new issue