Remove unused css classes

This commit is contained in:
sabaimran
2024-12-19 21:36:35 -08:00
parent b644bb8628
commit 43331f7730
5 changed files with 0 additions and 54 deletions

View File

@@ -22,12 +22,6 @@ div.pageLayout {
margin-bottom: 2rem;
}
div.sidePanel {
position: fixed;
height: 100%;
z-index: 1;
}
button.infoButton {
border: none;
background-color: transparent !important;
@@ -58,9 +52,4 @@ div.agentList {
div.pageLayout {
max-width: 90vw;
}
div.sidePanel {
position: relative;
height: 100%;
}
}