Fixing style.css again

Hopefully this fixes things for good, had to move class="relative" to the td instead of the tr...
This commit is contained in:
ehpersonal38
2022-04-18 17:27:49 -04:00
parent 63f89c4813
commit 209b4e86ff
4 changed files with 13 additions and 12 deletions
+5 -4
View File
@@ -496,10 +496,11 @@ button:hover {
}
.copyimage {
position:sticky;
float:right;
width:27px !important;
height:27px !important;
position:absolute;
top:7px;
right:7px;
width:25px !important;
height:25px !important;
}
.relative {
position:relative;