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