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:
+5
-4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user