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
2 changed files with 61 additions and 26 deletions
+1
View File
@@ -3,5 +3,6 @@
position: absolute;
z-index: 10;
padding: 5px 0 5px;
outline: none;
}
}