Update popover.css
remove unneeded scrollbars
This commit is contained in:
@@ -18,6 +18,6 @@
|
|||||||
top: 1%;
|
top: 1%;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
max-height: 85%;
|
max-height: 85%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user