Files
granblue-party/node_modules/dom-to-image-more/spec/resources/scroll/style.css
2026-04-13 07:15:44 +00:00

11 lines
148 B
CSS

#dom-node {
width: 50px;
height: 50px;
overflow: auto;
}
#scrolled {
width: 100px;
height: 100px;
background-color: blue;
}