mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-21 05:10:41 +00:00
feat: add mobile detail sheet styles and improve text overflow handling in vault
This commit is contained in:
@@ -421,6 +421,13 @@
|
||||
@apply overflow-visible rounded-2xl border-0 bg-transparent p-0 shadow-none;
|
||||
}
|
||||
|
||||
.mobile-detail-sheet.detail-col {
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
overscroll-behavior: contain;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.card {
|
||||
@apply p-3.5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user