mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
c1330d92b2
* mantine v8 migration * various design changes and improvements
9 lines
132 B
CSS
9 lines
132 B
CSS
.container {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
z-index: 5000;
|
|
height: 65px;
|
|
-webkit-app-region: drag;
|
|
}
|