mirror of
https://github.com/Codiad/Codiad.git
synced 2026-03-22 00:46:51 +01:00
13 lines
252 B
CSS
Executable File
13 lines
252 B
CSS
Executable File
/* Autocomplete */
|
|
|
|
#autocomplete {
|
|
display: none;
|
|
position: absolute;
|
|
width: 150px;
|
|
max-height: 200px;
|
|
background-color: #2E2E2E;
|
|
border: 3px solid #666666;
|
|
padding: 3px;
|
|
z-index: 9999;
|
|
overflow: auto;
|
|
} |