Closed A6GibKm closed 3 weeks ago
Note that TextView is scrollable and it is UB to have a parent that is not a ScrolledWindow. Using a scrolled window though requires the following hack:
toolbarview scrolledwindow.card undershoot.top,
toolbarview scrolledwindow.card undershoot.bottom {
box-shadow: none;
background: none;
}
to hide separators added by the parent toolbarview.
This one is no longer needed, right?
Whoops, no
We need
.inline
to remove the.view
's background, but card and inline can't be on the same widget as card adds a background.