9 lines
90 B
SCSS
9 lines
90 B
SCSS
|
|
.button {
|
|
z-index: 1;
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
cursor: pointer;
|
|
}
|