mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-24 13:23:08 +09:00
17 lines
245 B
HTML
17 lines
245 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
div {
|
|
height: 240px;
|
|
}
|
|
#f {
|
|
height: auto;
|
|
overflow: hidden;
|
|
padding: 0;
|
|
border: none;
|
|
}
|
|
</style>
|
|
There should be a visible select below:
|
|
<div>
|
|
<select id="f"><option>This is a select</option></select>
|
|
</div>
|
|
|