Nathanwoodburn.github.io/assets/css/index.css

14 lines
152 B
CSS
Raw Normal View History

img.no-drag {
pointer-events: none;
}
2023-10-23 22:33:57 +11:00
img.fog {
pointer-events: none;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}