mirror of
https://github.com/bellingcat/auto-archiver-extension.git
synced 2026-06-14 22:48:34 +03:00
9 lines
113 B
CSS
9 lines
113 B
CSS
#text-notice {
|
|
position: fixed;
|
|
top: 10px;
|
|
left: 10px;
|
|
padding: 10px;
|
|
background: #fff;
|
|
z-index: 999999;
|
|
}
|