* style: llmstxt dropdown * chore: license-header ignore
@@ -4,6 +4,9 @@
*/
.doc-feature-overview {
+ position: relative;
+ z-index: 1;
+
.gedit-playground {
position: relative;
width: 100%;
.doc-free-feature-overview {
.demo-container {
@@ -57,7 +57,6 @@ function addLicenseHeader(targetDir, licenseContent, options = {}) {
const fullPath = path.join(currentDir, entry.name);
if (
- entry.isDirectory() &&
ig.ignores(path.relative(targetDir, fullPath))
) {
continue;