mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
Show scrollbar when horizontal tab list exceeds available width. (#2844)
This commit is contained in:
parent
0b58a748af
commit
ec8f72c09b
@ -62,7 +62,6 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-color: var(--color-bg);
|
background-color: var(--color-bg);
|
||||||
overflow: auto;
|
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
height: var(--padding-sm);
|
height: var(--padding-sm);
|
||||||
|
Loading…
Reference in New Issue
Block a user