hide overflowing content on panels

This commit is contained in:
SrGooglo 2023-05-28 01:28:14 +00:00
parent fa0e4b7f65
commit 20b435b6cf

View File

@ -22,6 +22,8 @@
gap: 20px;
overflow: hidden;
&.full {
height: 100%;
}
@ -58,6 +60,7 @@
padding: 20px;
width: 20vw;
min-width: 250px;
isolation: isolate;