Mattias Bodlund 1 month ago
parent
commit
74bbcc66ee
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      app/assets/stylesheets/application.css

+ 3
- 2
app/assets/stylesheets/application.css View File

@ -1337,10 +1337,11 @@ dialog::backdrop {
.debug-score {
position: fixed;
font-size: var(--fs-s);
right: 0;
top: 0;
left: 50%;
bottom: 0;
padding: 1rem;
background-color: var(--clr-white);
transform: translateX(-50%);
z-index: 100;
& dl {


Loading…
Cancel
Save