mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-06 06:58:21 +00:00
The head was set to `100%`, which meant that it only was as wide as the viewport, rather than its contents, which can overflow. Now, the width is `fit-content`, which allows it to overflow with its contents so that the background and border extend the full width. |
||
|---|---|---|
| .. | ||
| asset | ||
| block | ||
| element | ||
| hook | ||
| modals | ||
| notification | ||
| store | ||
| tab | ||
| view | ||
| workspace | ||
| app-bg.tsx | ||
| app.scss | ||
| app.tsx | ||
| mixins.scss | ||
| reset.scss | ||
| theme.scss | ||