mirror of
https://github.com/wanderer-industries/wanderer
synced 2026-05-01 15:00:31 +00:00
5 lines
77 B
CSS
5 lines
77 B
CSS
/* hide iframe of phoenix-live-reload */
|
|
iframe[hidden] {
|
|
display: none;
|
|
}
|