Remove unnecessary `position:relative`

Fixes issue with cut-off focus outlines, has no other adverse effect
This commit is contained in:
Patrick H. Lauke 2022-04-29 21:43:17 +01:00
parent 5653608e28
commit 5411e9d709
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
.list > button {
padding: 3px 10px;
text-decoration: none;
position: relative;
user-select: none;
z-index: 1;