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:
parent
5158dd688e
commit
d799f491c4
@ -23,10 +23,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
body.reordering {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
// Show a transparency grid in background
|
||||
.show-transparency {
|
||||
background: url('#{$images-root}transparency.svg');
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user