On Windows 11, when the browser is in `sizemode="normal"` it has no border or shadow, unless i set:
```css
#main-window[sizemode="normal"] {
border-radius: 2px;
}
```
Bug 1930292 Comment 6 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
On Windows 11, when the browser is in `sizemode="normal"` it has no border or shadow, unless i set:
```css
#main-window[sizemode="normal"] {
border-radius: 2px;
}
```
sorry, i've missed 1931747