fix: fixing popover overflow on small screen (#6433)

Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
Nishant 2023-04-12 02:53:36 +05:30 committed by GitHub
parent e4d8ba226f
commit fc601347cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 61 additions and 26 deletions

View file

@ -3,5 +3,6 @@
position: absolute;
z-index: 10;
padding: 5px 0 5px;
outline: none;
}
}