mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 23:08:33 +02:00
fixing overflow bug in quicknote popup
This commit is contained in:
@@ -23,7 +23,7 @@ body {
|
|||||||
.outer-wrapper {
|
.outer-wrapper {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 300px;
|
height: 290px;
|
||||||
background: rgb(240,240,240);
|
background: rgb(240,240,240);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user