fix: disable body scroll on popup open #88

Merged
enes merged 5 commits from 61-popup-scroll into staging 2024-10-21 09:49:13 +00:00
Showing only changes of commit 9aeee018b3 - Show all commits

View File

@ -143,3 +143,10 @@
align-items: center; align-items: center;
color: rgba(255, 255, 255, 0.25); color: rgba(255, 255, 255, 0.25);
} }
.IBMSMSMBSSTagsTag.IBMSMSMBSSTagsTagNSFW.IBMSMSMBSSTagsTagNSFWCard {
position: absolute;
bottom: 10px;
right: 10px;
backdrop-filter: blur(10px);
}