PluginProbe
Extendify / 3.2.1
Extendify v3.2.1
3.2.1 3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 All 127 releases
← All changes | src/Library/components/Modal.jsx +1 -1 3.0.43.2.1 View file →
@@ -121,9 +121,9 @@
121 121 onClose={onClose}
122 122 />
123 123 <div
124 124 id="extendify-library-patterns-list"
125 - className="grow overflow-y-auto"
125 + className="relative grow overflow-y-auto"
126 126 >
127 127 <ModalContent insertPattern={insertPattern} category={category} />
128 128 </div>
129 129 </div>