6 lines
83 B
CSS
6 lines
83 B
CSS
.root {
|
|
height: fit-content;
|
|
width: fit-content;
|
|
position: relative;
|
|
}
|