From ffdebc7b2df02f0424f03c07c30e9851b044933e Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Fri, 3 Nov 2023 16:47:30 +0300 Subject: [PATCH] Pull request 2058: ADG-7652 fix table titles scroll issue Merge in DNS/adguard-home from ADG-7652 to master Updates #6337. Squashed commit of the following: commit 3b10beacb3d2f44152c73412ec6e2ae1e77dafc3 Merge: 241c5ea18 f3817e441 Author: Eugene Burkov Date: Fri Nov 3 16:29:48 2023 +0300 Merge branch 'master' into ADG-7652 commit 241c5ea18ab7ae0b4d945768a9dc5fc60309d0d6 Author: Ildar Kamalov Date: Thu Nov 2 10:12:23 2023 +0300 changelog commit 18afa19abf3a4fa08549b802e97e554199143ee7 Author: Ildar Kamalov Date: Wed Nov 1 11:31:11 2023 +0300 ADG-7652 fix table titles scroll issue --- CHANGELOG.md | 2 ++ client/src/components/ui/ReactTable.css | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 285d74dd..aab27268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ NOTE: Add new changes BELOW THIS COMMENT. ### Fixed +- Scrolling column headers in the tables ([#6337]). - `$important,dnsrewrite` rules do not take precedence over allowlist rules ([#6204]). - Dark mode DNS rewrite background ([#6329]). @@ -43,6 +44,7 @@ NOTE: Add new changes BELOW THIS COMMENT. [#6204]: https://github.com/AdguardTeam/AdGuardHome/issues/6204 [#6329]: https://github.com/AdguardTeam/AdGuardHome/issues/6329 [#6335]: https://github.com/AdguardTeam/AdGuardHome/issues/6335 +[#6337]: https://github.com/AdguardTeam/AdGuardHome/issues/6337 [#6357]: https://github.com/AdguardTeam/AdGuardHome/issues/6357