From 13551f57679ffa7d7346d4945fa24dfa46468aad Mon Sep 17 00:00:00 2001 From: shadowik Date: Sat, 20 May 2023 08:40:42 +0400 Subject: [PATCH] . --- .../Views/Shared/_Layout.cshtml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/BankYouBankrupt/BankYouBankruptCashierApp/Views/Shared/_Layout.cshtml b/BankYouBankrupt/BankYouBankruptCashierApp/Views/Shared/_Layout.cshtml index ca18af4..ea9f13a 100644 --- a/BankYouBankrupt/BankYouBankruptCashierApp/Views/Shared/_Layout.cshtml +++ b/BankYouBankrupt/BankYouBankruptCashierApp/Views/Shared/_Layout.cshtml @@ -103,7 +103,16 @@ table { vertical-align: middle; - } + } + + .footer { + position: fixed; + left: 0; + bottom: 0; + width: 100%; + height: 80px; + background-color: #212529; + }