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:
parent
38c0557434
commit
5158dd688e
@ -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;
|
||||
}
|
||||
|
@ -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 />
|
||||
|
Loading…
Reference in New Issue
Block a user