User:Saag/common.css: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
Saag (talk | contribs)
No edit summary
Saag (talk | contribs)
No edit summary
Line 5: Line 5:
.hover-to-show:hover .hide {
.hover-to-show:hover .hide {
position: fixed;
position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
width: 400px;
width: 400px;
}
}

Revision as of 17:53, 6 September 2024

.hide {
  display: none;
}

.hover-to-show:hover .hide {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 400px;
}