Skip to content

Commit ce19b76

Browse files
authored
fix paginator overflow (#482)
1 parent 74fedbc commit ce19b76

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog
33
=========
44

5+
6+
3.2.3 (unreleased)
7+
==================
8+
9+
* Fix paginator element overflowing its container.
10+
11+
512
3.2.2 (2023-01-06)
613
==================
714

djangocms_admin_style/sass/components/_changelist.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
.paginator,
9393
.results + .paginator,
9494
#toolbartable .paginator {
95-
position: absolute;
9695
// removes box shadow top on paginator
9796
clip: rect(0, 99999px, 99999px, -2px);
9897
}
@@ -164,7 +163,7 @@
164163
padding: 0;
165164
}
166165
@at-root #toolbar #changelist-search form #searchbar,
167-
form #searchbar {
166+
form #searchbar {
168167
font-size: $font-size-small;
169168
vertical-align: middle;
170169
box-sizing: border-box;
@@ -312,7 +311,6 @@
312311
.results + .paginator,
313312
#toolbartable .paginator,
314313
#has-filters ~ .paginator {
315-
position: absolute;
316314
// removes box shadow top on paginator
317315
clip: rect(0, 99999px, 99999px, -2px);
318316
}
@@ -395,7 +393,7 @@
395393

396394
#result_list {
397395
margin-bottom: 0 !important;
398-
tr[style*=background] {
396+
tr[style*="background"] {
399397
background: $color-primary-light !important;
400398
}
401399
.drag {

djangocms_admin_style/static/djangocms_admin_style/css/djangocms-admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)