/*
Theme Name: win96theme-child
Theme URI: https://davevera.nl/
Description: Child theme van win96theme met taskbar fixes
Author: Dave Vera
Author URI: https://davevera.nl/
Template: win96theme
Version: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: win96theme-child
*/

/* laad parent theme styles */
@import url("../win96theme/style.css");

/* fixes */
html, body {
    height: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

.dave-vera-cv-container {
    height: 100vh;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.dave-vera-cv-container .taskbar {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999999 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}
