Web: always show scrollbar in notification history
Force a visible scroll bar, so that the notification history table always has the same available width. Without this, Tabulator won't properly act on the reduction in width when the scrollbar appears, and will show a horizontal scrollbar as well.
This commit is contained in:
parent
2c79a10650
commit
916ea2015a
@ -406,3 +406,10 @@ section.footer-popup header h3 {
|
||||
section.footer-popup button {
|
||||
float: right;
|
||||
}
|
||||
section.footer-popup .tabulator-tableholder {
|
||||
/* Force a visible scroll bar, so that the notification history table always
|
||||
* has the same available width. Without this, Tabulator won't properly act on
|
||||
* the reduction in width when the scrollbar appears, and will show a
|
||||
* horizontal scrollbar as well. */
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user