0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 05:02:57 +01:00

Replace reordering utility with generic tailwind

This commit is contained in:
Thibaud Colas 2023-12-12 17:39:19 +00:00
parent 5158dd688e
commit d799f491c4
2 changed files with 1 additions and 5 deletions

View File

@ -23,10 +23,6 @@
}
}
body.reordering {
overflow: visible;
}
// Show a transparency grid in background
.show-transparency {
background: url('#{$images-root}transparency.svg');

View File

@ -1,6 +1,6 @@
{% extends "wagtailadmin/generic/index.html" %}
{% load wagtailadmin_tags i18n %}
{% block bodyclass %}page-explorer {% if ordering == 'ord' %}reordering{% endif %}{% endblock %}
{% block bodyclass %}page-explorer {% if ordering == 'ord' %}w-overflow-visible{% endif %}{% endblock %}
{% block header %}
{% page_permissions parent_page as parent_page_perms %}