diff --git a/editor.css b/editor.css index 0e6322e..1fd239e 100644 --- a/editor.css +++ b/editor.css @@ -120,6 +120,15 @@ body { stroke: rgb(117, 117, 117); } +#search-results { + display: none; + position: relative; + min-height: 20px; + padding: 20 20 20 20; + overflow-y: auto; + overflow-x: hidden; +} + .submenu { font-family: 'Inter'; width: fit-content; diff --git a/editor.html b/editor.html index ce6f1cb..bf8abd5 100644 --- a/editor.html +++ b/editor.html @@ -128,7 +128,7 @@