diff --git a/static/css/style.css b/static/css/style.css index 93eb6a0..c7ca946 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -127,6 +127,14 @@ body { font-family: "Inter", sans-serif; } +.hiddenButton { + right: 0px; + position: fixed; + background-color: var(--editor); + color: var(--editor); + padding: 20px; +} + /* Web app */ .topBar { position: fixed;