Finish move from index to terminal
This commit is contained in:
18
styles/Terminal/REPL/REPLComplete.module.css
Normal file
18
styles/Terminal/REPL/REPLComplete.module.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.container {
|
||||
overflow-y: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-grow: 2;
|
||||
}
|
||||
|
||||
.container::-webkit-scrollbar {
|
||||
width:auto;
|
||||
}
|
||||
|
||||
.container::-webkit-scrollbar-track {
|
||||
background:rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
.container::-webkit-scrollbar-thumb {
|
||||
background: var(--repl-color);
|
||||
}
|
||||
Reference in New Issue
Block a user