microsoft / vscode-webview-ui-toolkit

A component library for building webview-based extensions in Visual Studio Code.
MIT License
2k stars 137 forks source link

The last option in the dropdown has an empty space at the bottom #521

Closed jdneo closed 10 months ago

jdneo commented 10 months ago

Describe the bug

The last option in the dropdown has an empty space at the bottom, which looks wired:

Screenshot 2023-11-20 at 16 00 51

To reproduce

Just check the dropdown in the component gallery samlpe extension.

Expected behavior

Like the setting in VS Code, it should not have that empty space. image

Current behavior

Screenshots

Desktop (please complete the following information):

Additional context

hawkticehurst commented 10 months ago

Oh nice, thanks for the heads up @jdneo! In older versions of VS Code, the dropdown menu did have a small amount of whitespace at the bottom, but psyched to see they finally removed it.

I'll put it on my list to make an update here.