We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960b793 commit b54cbbbCopy full SHA for b54cbbb
static/base.css
@@ -1239,10 +1239,6 @@ select {
1239
display: none;
1240
}
1241
1242
-.overflow {
1243
- overflow: auto;
1244
-}
1245
-
1246
.min-h-screen {
1247
min-height: 100vh;
1248
@@ -1299,6 +1295,10 @@ select {
1299
1295
align-items: center;
1300
1296
1301
1297
1298
+.overflow-auto {
+ overflow: auto;
+}
+
1302
.truncate {
1303
overflow: hidden;
1304
text-overflow: ellipsis;
tmpl/help.html
@@ -81,7 +81,7 @@ <h2 id="advanced">Advanced destination links</h2>
81
82
<h3>Examples</h3>
83
84
-<div class="overflow">
+<div class="overflow-auto">
85
<table>
86
<tr>
87
<td>Include path in query</td>
0 commit comments