diff --git a/other-plugins/css/powermenu.css b/other-plugins/css/powermenu.css index c56af5a..9214fc0 100644 --- a/other-plugins/css/powermenu.css +++ b/other-plugins/css/powermenu.css @@ -1,3 +1,6 @@ +body { + padding: 0; +} .navbar { width: 0; @@ -9,6 +12,10 @@ display: flex; justify-content: center; align-items: center; + + height: 100vh; + min-height: 100vh; + overflow-y: hidden; } .result {