microsoft / DevHomeAzureExtension

Dev Home Azure Extension
MIT License
70 stars 15 forks source link

Query tile widget isn't scrollable #15

Closed mathewleeza closed 8 months ago

mathewleeza commented 8 months ago

Suggested new feature or improvement

Query tile widget isn't scrollable

Scenario

Query tile widget isn't scrollable

Additional details

No response

krschau commented 8 months ago

@cinnamon-msft this was a conscious choice by @mikebattista. What should the behavior be here?

mikebattista commented 8 months ago

We do not want a scrollbar. The team is looking at options to help the user resize the widget.

Ideally we could programmatically set the size of the widget based on how many tiles are configured, but that's not possible. Next we could default to Large to always fit all tiles and make it apparent that the user can/should resize if necessary, but that's not possible right now either.