mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-02-24 17:42:43 +01:00
14 lines
143 B
Plaintext
14 lines
143 B
Plaintext
.ribbon {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
|
|
height: 0;
|
|
overflow: visible;
|
|
|
|
img {
|
|
position: relative;
|
|
z-index: 999;
|
|
}
|
|
}
|