Skip to content
Snippets Groups Projects
Commit bb601f15 authored by Asal Sahami Moghaddam's avatar Asal Sahami Moghaddam
Browse files

sidebar

parent 48edfcfb
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,22 @@
width: 100em !important;
max-width: 250px !important;
}
.sidebar, #eng-sidebar {
display: block; /* Sicherstellen, dass die Sidebar sichtbar ist */
width: 100%; /* Die Sidebar nimmt die volle Breite ein */
position: relative; /* Sidebar bleibt relativ zum Inhalt */
padding: 10px; /* Etwas Abstand für die Sidebar */
background-color: #f8f9fa; /* Beispiel Hintergrundfarbe */
z-index: 1000; /* Sicherstellen, dass es über dem Inhalt bleibt */
}
/* Hauptinhalt unter der Sidebar */
.content {
width: 100%; /* Der Inhalt nimmt die volle Breite ein */
margin-top: 20px; /* Etwas Platz unter der Sidebar */
}
}
.tag{
width: min-content !important;
}
......
......@@ -107,7 +107,7 @@ export function Engineering() {
</section>
</div>
<div className="enginneeringtab" id="tab-pe-systems" style={{display: "none"}}>
<div className="enginneeringtab" id="tab-pe-systems" style={{display: ""}}>
<section id="PE Systems sec" >
<div className="eng-box box" >
<H3 id="PE Systems" text="PE Systems"></H3>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment