fix timetable overlapping width

This commit is contained in:
SethBurkart123
2023-11-26 10:42:33 +11:00
parent 674970be46
commit 9bf4060cd8
2 changed files with 15 additions and 1 deletions
+5
View File
@@ -773,6 +773,11 @@ export function AppendElementsToDisabledPage() {
.outside-container {
top: 48px !important;
}
#ExtensionPopup {
border-radius: 1rem;
box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.6);
transform-origin: 70% 0;
}
`;
document.head.append(settingsStyle);
}