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

Replace overflow utility with Tailwind

This commit is contained in:
Thibaud Colas 2023-12-12 17:38:31 +00:00
parent 38c0557434
commit 5158dd688e
2 changed files with 1 additions and 6 deletions

View File

@ -44,8 +44,3 @@ body.reordering {
.block {
display: block;
}
// utility class to allow things to be scrollable if their contents can't wrap more nicely
.overflow {
overflow: auto;
}

View File

@ -1,5 +1,5 @@
{% load i18n %}
<div class="overflow">
<div class="w-overflow-auto">
<table class="listing" data-controller="w-bulk" data-w-bulk-action-inactive-class="w-invisible">
<col />
<col />