diff --git a/Ducky script creator/index.html b/Ducky script creator/index.html index ad02e23..02b944d 100644 --- a/Ducky script creator/index.html +++ b/Ducky script creator/index.html @@ -99,14 +99,15 @@ margin-top: 5px; /* Added margin-top to create space */ } - .fixed-footer { + .fixed-header { position: fixed; - bottom: 0; + top: 0; left: 0; width: 100%; background-color: white; padding: 10px; - box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1); + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); + z-index: 9999; } /* Added a class to style the save button */ @@ -114,27 +115,39 @@ font-family: Arial, sans-serif; font-size: 12px; } + +.container.function { + padding-top: 280px; +} +
-