mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 01:08:50 +01:00
Contain the overscroll behavior in notifications popover
This commit is contained in:
parent
4da968df2e
commit
4c4e89ac9d
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: 40em;
|
height: 40em;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
overscroll-behavior: contain;
|
||||||
}
|
}
|
||||||
.notifications-menu .status {
|
.notifications-menu .status {
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
|
|
Loading…
Reference in a new issue