mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
fix: fix styling
This commit is contained in:
parent
1b36959d17
commit
fafa3ad58d
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ more information on this, and how to apply and follow the GNU AGPL, see <https:/
|
|||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
:focus {
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
/* HELPERS */
|
||||
.spacer {
|
||||
|
|
Loading…
Reference in a new issue