mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-12-15 03:02:07 +03:00
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 <E.Burkov@AdGuard.COM>
Date: Fri Nov 3 16:29:48 2023 +0300
Merge branch 'master' into ADG-7652
commit 241c5ea18ab7ae0b4d945768a9dc5fc60309d0d6
Author: Ildar Kamalov <ik@adguard.com>
Date: Thu Nov 2 10:12:23 2023 +0300
changelog
commit 18afa19abf3a4fa08549b802e97e554199143ee7
Author: Ildar Kamalov <ik@adguard.com>
Date: Wed Nov 1 11:31:11 2023 +0300
ADG-7652 fix table titles scroll issue
This commit is contained in:
parent
f3817e4411
commit
ffdebc7b2d
@ -34,6 +34,7 @@ NOTE: Add new changes BELOW THIS COMMENT.
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
- Scrolling column headers in the tables ([#6337]).
|
||||||
- `$important,dnsrewrite` rules do not take precedence over allowlist rules
|
- `$important,dnsrewrite` rules do not take precedence over allowlist rules
|
||||||
([#6204]).
|
([#6204]).
|
||||||
- Dark mode DNS rewrite background ([#6329]).
|
- 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
|
[#6204]: https://github.com/AdguardTeam/AdGuardHome/issues/6204
|
||||||
[#6329]: https://github.com/AdguardTeam/AdGuardHome/issues/6329
|
[#6329]: https://github.com/AdguardTeam/AdGuardHome/issues/6329
|
||||||
[#6335]: https://github.com/AdguardTeam/AdGuardHome/issues/6335
|
[#6335]: https://github.com/AdguardTeam/AdGuardHome/issues/6335
|
||||||
|
[#6337]: https://github.com/AdguardTeam/AdGuardHome/issues/6337
|
||||||
[#6357]: https://github.com/AdguardTeam/AdGuardHome/issues/6357
|
[#6357]: https://github.com/AdguardTeam/AdGuardHome/issues/6357
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
@ -9,10 +9,6 @@
|
|||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ReactTable .rt-tbody {
|
|
||||||
overflow: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ReactTable .rt-noData {
|
.ReactTable .rt-noData {
|
||||||
color: var(--rt-nodata-color);
|
color: var(--rt-nodata-color);
|
||||||
background-color: var(--rt-nodata-bgcolor);
|
background-color: var(--rt-nodata-bgcolor);
|
||||||
|
Loading…
Reference in New Issue
Block a user